#27167C

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

Shades of Persian Indigo #27167C

Tints of Persian Indigo #27167C

Color information

#27167C (or 0x27167C) is unknown color: approx Persian Indigo. HEX triplet: 27, 16 and 7C. RGB value is (39,22,124). Sum of RGB (Red+Green+Blue) = 39+22+124=185 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.08% from 185); Green value is 22 (8.98% from 255 or 11.89% from 185); Blue value is 124 (48.83% from 255 or 67.03% from 185); Max value from RGB is 124 - color contains mainly: blue. Hex color #27167C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27167C is #D8E983. Grayscale: #262626. Windows color (decimal): -14215556 or 8132135. OLE color: 8132135.

HSL color Cylindrical-coordinate representation of color #27167C: hue angle of 250º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27167C is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3922124-
CMYK0.690.8200.51
HSL250º69.86%28.63%-
HSV(B)250º82.26%48.63%-
XYZ4.762.4619.29-
YUV38.71176.13128.21-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.08%
GREEN value IS 22 (8.98% from 255) = 11.89%
BLUE value IS 124 (48.83% from 255) = 67.03%
R=21.08%
G=11.89%
B=67.03%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal39221240.690.8200.5125069.8628.63
Hex27167C4552033fa461d
Octal472617410512206337210635
Binary10011110110111110010001011010010011001111111010100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27167C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27167C; }

 p { color: rgb(39,22,124); }

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

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

 a { background-color: rgb(39,22,124); }

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

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

 span { border-color: rgb(39,22,124); }

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