#271170

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

Shades of Persian Indigo #271170

Tints of Persian Indigo #271170

Color information

#271170 (or 0x271170) is unknown color: approx Persian Indigo. HEX triplet: 27, 11 and 70. RGB value is (39,17,112). Sum of RGB (Red+Green+Blue) = 39+17+112=168 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.21% from 168); Green value is 17 (7.03% from 255 or 10.12% from 168); Blue value is 112 (44.14% from 255 or 66.67% from 168); Max value from RGB is 112 - color contains mainly: blue. Hex color #271170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271170 is #D8EE8F. Grayscale: #222222. Windows color (decimal): -14216848 or 7344423. OLE color: 7344423.

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

Color convert

RGB3917112-
CMYK0.650.8500.56
HSL253.89º73.64%25.29%-
HSV(B)253.89º84.82%43.92%-
XYZ3.96215.51-
YUV34.41171.79131.28-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.21%
GREEN value IS 17 (7.03% from 255) = 10.12%
BLUE value IS 112 (44.14% from 255) = 66.67%
R=23.21%
G=10.12%
B=66.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39171120.650.8500.56253.8973.6425.29
Hex2711704155038fe4a19
Octal472116010112507037611231
Binary10011110001111000010000011010101011100011111110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271170; }

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

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

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

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

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

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

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

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