#361B72

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

Shades of Persian Indigo #361B72

Tints of Persian Indigo #361B72

Color information

#361B72 (or 0x361B72) is unknown color: approx Persian Indigo. HEX triplet: 36, 1B and 72. RGB value is (54,27,114). Sum of RGB (Red+Green+Blue) = 54+27+114=195 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.69% from 195); Green value is 27 (10.94% from 255 or 13.85% from 195); Blue value is 114 (44.92% from 255 or 58.46% from 195); Max value from RGB is 114 - color contains mainly: blue. Hex color #361B72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361B72 is #C9E48D. Grayscale: #2C2C2C. Windows color (decimal): -13231246 or 7478070. OLE color: 7478070.

HSL color Cylindrical-coordinate representation of color #361B72: hue angle of 258.62º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #361B72 is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5427114-
CMYK0.530.7600.55
HSL258.62º61.7%27.65%-
HSV(B)258.62º76.32%44.71%-
XYZ4.952.7816.2-
YUV44.99166.95134.43-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.69%
GREEN value IS 27 (10.94% from 255) = 13.85%
BLUE value IS 114 (44.92% from 255) = 58.46%
R=27.69%
G=13.85%
B=58.46%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54271140.530.7600.55258.6261.727.65
Hex361B72354C0371033e1c
Octal6633162651140674037634
Binary1101101101111100101101011001100011011110000001111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,27,114); }

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

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

 a { background-color: rgb(54,27,114); }

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

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

 span { border-color: rgb(54,27,114); }

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