#36197E

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

Shades of Persian Indigo #36197E

Tints of Persian Indigo #36197E

Color information

#36197E (or 0x36197E) is unknown color: approx Persian Indigo. HEX triplet: 36, 19 and 7E. RGB value is (54,25,126). Sum of RGB (Red+Green+Blue) = 54+25+126=205 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.34% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 126 (49.61% from 255 or 61.46% from 205); Max value from RGB is 126 - color contains mainly: blue. Hex color #36197E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36197E is #C9E681. Grayscale: #2C2C2C. Windows color (decimal): -13231746 or 8263990. OLE color: 8263990.

HSL color Cylindrical-coordinate representation of color #36197E: hue angle of 257.23º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #36197E is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5425126-
CMYK0.570.8000.51
HSL257.23º66.89%29.61%-
HSV(B)257.23º80.16%49.41%-
XYZ5.632.9920.02-
YUV45.18173.61134.29-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.34%
GREEN value IS 25 (10.16% from 255) = 12.20%
BLUE value IS 126 (49.61% from 255) = 61.46%
R=26.34%
G=12.20%
B=61.46%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal54251260.570.8000.51257.2366.8929.61
Hex36197E3950033101431e
Octal66311767112006340110336
Binary11011011001111111011100110100000110011100000001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36197E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36197E; }

 p { color: rgb(54,25,126); }

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

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

 a { background-color: rgb(54,25,126); }

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

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

 span { border-color: rgb(54,25,126); }

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