#27156F

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

Shades of Persian Indigo #27156F

Tints of Persian Indigo #27156F

Color information

#27156F (or 0x27156F) is unknown color: approx Persian Indigo. HEX triplet: 27, 15 and 6F. RGB value is (39,21,111). Sum of RGB (Red+Green+Blue) = 39+21+111=171 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.81% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 111 (43.75% from 255 or 64.91% from 171); Max value from RGB is 111 - color contains mainly: blue. Hex color #27156F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27156F is #D8EA90. Grayscale: #242424. Windows color (decimal): -14215825 or 7279911. OLE color: 7279911.

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

Color convert

RGB3921111-
CMYK0.650.8100.56
HSL252º68.18%25.88%-
HSV(B)252º81.08%43.53%-
XYZ3.972.1215.24-
YUV36.64169.96129.68-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.81%
GREEN value IS 21 (8.59% from 255) = 12.28%
BLUE value IS 111 (43.75% from 255) = 64.91%
R=22.81%
G=12.28%
B=64.91%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39211110.650.8100.5625268.1825.88
Hex27156F4151038fc441a
Octal472515710112107037410432
Binary10011110101110111110000011010001011100011111100100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27156F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27156F; }

 p { color: rgb(39,21,111); }

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

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

 a { background-color: rgb(39,21,111); }

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

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

 span { border-color: rgb(39,21,111); }

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