#361891

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

Shades of Persian Indigo #361891

Tints of Persian Indigo #361891

Color information

#361891 (or 0x361891) is unknown color: approx Persian Indigo. HEX triplet: 36, 18 and 91. RGB value is (54,24,145). Sum of RGB (Red+Green+Blue) = 54+24+145=223 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.22% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 145 (57.03% from 255 or 65.02% from 223); Max value from RGB is 145 - color contains mainly: blue. Hex color #361891 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #361891 is #C9E76E. Grayscale: #2E2E2E. Windows color (decimal): -13231983 or 9508918. OLE color: 9508918.

HSL color Cylindrical-coordinate representation of color #361891: hue angle of 254.88º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #361891 is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5424145-
CMYK0.630.8300.43
HSL254.88º71.6%33.14%-
HSV(B)254.88º83.45%56.86%-
XYZ6.963.4827.09-
YUV46.76183.44133.16-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.22%
GREEN value IS 24 (9.77% from 255) = 10.76%
BLUE value IS 145 (57.03% from 255) = 65.02%
R=24.22%
G=10.76%
B=65.02%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal54241450.630.8300.43254.8871.633.14
Hex3618913F5302Bff4821
Octal66302217712305337711041
Binary110110110001001000111111110100110101011111111111001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361891; }

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

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

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

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

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

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

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

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