#36139E

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

Shades of Persian Indigo #36139E

Tints of Persian Indigo #36139E

Color information

#36139E (or 0x36139E) is unknown color: approx Persian Indigo. HEX triplet: 36, 13 and 9E. RGB value is (54,19,158). Sum of RGB (Red+Green+Blue) = 54+19+158=231 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.38% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 158 (62.11% from 255 or 68.40% from 231); Max value from RGB is 158 - color contains mainly: blue. Hex color #36139E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36139E is #C9EC61. Grayscale: #2C2C2C. Windows color (decimal): -13233250 or 10359606. OLE color: 10359606.

HSL color Cylindrical-coordinate representation of color #36139E: hue angle of 255.11º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #36139E is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5419158-
CMYK0.660.8800.38
HSL255.11º78.53%34.71%-
HSV(B)255.11º87.97%61.96%-
XYZ7.933.7232.65-
YUV45.31191.6134.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.38%
GREEN value IS 19 (7.81% from 255) = 8.23%
BLUE value IS 158 (62.11% from 255) = 68.40%
R=23.38%
G=8.23%
B=68.40%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal54191580.660.8800.38255.1178.5334.71
Hex36139E4258026ff4f23
Octal662323610213004637711743
Binary1101101001110011110100001010110000100110111111111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36139E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,19,158); }

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

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

 a { background-color: rgb(54,19,158); }

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

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

 span { border-color: rgb(54,19,158); }

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