#361D99

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

Shades of Persian Indigo #361D99

Tints of Persian Indigo #361D99

Color information

#361D99 (or 0x361D99) is unknown color: approx Persian Indigo. HEX triplet: 36, 1D and 99. RGB value is (54,29,153). Sum of RGB (Red+Green+Blue) = 54+29+153=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 29 (11.72% from 255 or 12.29% from 236); Blue value is 153 (60.16% from 255 or 64.83% from 236); Max value from RGB is 153 - color contains mainly: blue. Hex color #361D99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361D99 is #C9E266. Grayscale: #323232. Windows color (decimal): -13230695 or 10034486. OLE color: 10034486.

HSL color Cylindrical-coordinate representation of color #361D99: hue angle of 252.1º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #361D99 is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5429153-
CMYK0.650.8100.4
HSL252.1º68.13%35.69%-
HSV(B)252.1º81.05%60%-
XYZ7.713.9630.5-
YUV50.61185.78130.42-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.88%
GREEN value IS 29 (11.72% from 255) = 12.29%
BLUE value IS 153 (60.16% from 255) = 64.83%
R=22.88%
G=12.29%
B=64.83%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal54291530.650.8100.4252.168.1335.69
Hex361D994151028fc4424
Octal663523110112105037410444
Binary1101101110110011001100000110100010101000111111001000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,29,153); }

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

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

 a { background-color: rgb(54,29,153); }

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

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

 span { border-color: rgb(54,29,153); }

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