#270675

Color #270675 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #270675

Tints of Persian Indigo #270675

Color information

#270675 (or 0x270675) is unknown color: approx Persian Indigo. HEX triplet: 27, 06 and 75. RGB value is (39,6,117). Sum of RGB (Red+Green+Blue) = 39+6+117=162 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.07% from 162); Green value is 6 (2.73% from 255 or 3.70% from 162); Blue value is 117 (46.09% from 255 or 72.22% from 162); Max value from RGB is 117 - color contains mainly: blue. Hex color #270675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270675 is #D8F98A. Grayscale: #1C1C1C. Windows color (decimal): -14219659 or 7669287. OLE color: 7669287.

HSL color Cylindrical-coordinate representation of color #270675: hue angle of 257.84º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #270675 is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB396117-
CMYK0.670.9500.54
HSL257.84º90.24%24.12%-
HSV(B)257.84º94.87%45.88%-
XYZ4.111.8516.97-
YUV28.52177.93135.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 39 (15.62% from 255) = 24.07%
GREEN value IS 6 (2.73% from 255) = 3.70%
BLUE value IS 117 (46.09% from 255) = 72.22%
R=24.07%
G=3.70%
B=72.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3961170.670.9500.54257.8490.2424.12
Hex27675435F0361025a18
Octal47616510313706640213230
Binary1001111101110101100001110111110110110100000010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270675; }

 p { color: rgb(39,6,117); }

 H1.HeaderClassName
 {
   color: #270675;
 }
 .AnyTagClassName
 {
   color: #270675;
 }
</style>
background-color css

<style>
 a { background-color: #270675; }

 a { background-color: rgb(39,6,117); }

 div.DivClassName
 {
   background-color: #270675;
 }
 .BgClassName
 {
   background-color: #270675;
 }
</style>
border-color css

<style>
 span { border-color: #270675; }

 span { border-color: rgb(39,6,117); }

 td.TdClassName
 {
   border-color: #270675;
 }
 .TagClassName
 {
   border-color: #270675;
 }
</style>