#271470

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

Shades of Persian Indigo #271470

Tints of Persian Indigo #271470

Color information

#271470 (or 0x271470) is unknown color: approx Persian Indigo. HEX triplet: 27, 14 and 70. RGB value is (39,20,112). Sum of RGB (Red+Green+Blue) = 39+20+112=171 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.81% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 112 (44.14% from 255 or 65.50% from 171); Max value from RGB is 112 - color contains mainly: blue. Hex color #271470 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271470 is #D8EB8F. Grayscale: #232323. Windows color (decimal): -14216080 or 7345191. OLE color: 7345191.

HSL color Cylindrical-coordinate representation of color #271470: hue angle of 252.39º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #271470 is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3920112-
CMYK0.650.8200.56
HSL252.39º69.7%25.88%-
HSV(B)252.39º82.14%43.92%-
XYZ4.012.115.52-
YUV36.17170.79130.02-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.81%
GREEN value IS 20 (8.20% from 255) = 11.70%
BLUE value IS 112 (44.14% from 255) = 65.50%
R=22.81%
G=11.70%
B=65.50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39201120.650.8200.56252.3969.725.88
Hex2714704152038fc461a
Octal472416010112207037410632
Binary10011110100111000010000011010010011100011111100100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271470; }

 p { color: rgb(39,20,112); }

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

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

 a { background-color: rgb(39,20,112); }

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

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

 span { border-color: rgb(39,20,112); }

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