#361E91

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

Shades of Persian Indigo #361E91

Tints of Persian Indigo #361E91

Color information

#361E91 (or 0x361E91) is unknown color: approx Persian Indigo. HEX triplet: 36, 1E and 91. RGB value is (54,30,145). Sum of RGB (Red+Green+Blue) = 54+30+145=229 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.58% from 229); Green value is 30 (12.11% from 255 or 13.10% from 229); Blue value is 145 (57.03% from 255 or 63.32% from 229); Max value from RGB is 145 - color contains mainly: blue. Hex color #361E91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361E91 is #C9E16E. Grayscale: #313131. Windows color (decimal): -13230447 or 9510454. OLE color: 9510454.

HSL color Cylindrical-coordinate representation of color #361E91: hue angle of 252.52º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #361E91 is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5430145-
CMYK0.630.7900.43
HSL252.52º65.71%34.31%-
HSV(B)252.52º79.31%56.86%-
XYZ7.13.7627.14-
YUV50.29181.45130.65-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.58%
GREEN value IS 30 (12.11% from 255) = 13.10%
BLUE value IS 145 (57.03% from 255) = 63.32%
R=23.58%
G=13.10%
B=63.32%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal54301450.630.7900.43252.5265.7134.31
Hex361E913F4F02Bfd4222
Octal66362217711705337510242
Binary110110111101001000111111110011110101011111111011000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361E91; }

 p { color: rgb(54,30,145); }

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

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

 a { background-color: rgb(54,30,145); }

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

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

 span { border-color: rgb(54,30,145); }

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