#360191

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

Shades of Persian Indigo #360191

Tints of Persian Indigo #360191

Color information

#360191 (or 0x360191) is unknown color: approx Persian Indigo. HEX triplet: 36, 01 and 91. RGB value is (54,1,145). Sum of RGB (Red+Green+Blue) = 54+1+145=200 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 145 (57.03% from 255 or 72.5% from 200); Max value from RGB is 145 - color contains mainly: blue. Hex color #360191 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360191 is #C9FE6E. Grayscale: #202020. Windows color (decimal): -13237871 or 9503030. OLE color: 9503030.

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

Color convert

RGB541145-
CMYK0.630.9900.43
HSL262.08º98.63%28.63%-
HSV(B)262.08º99.31%56.86%-
XYZ6.642.8526.99-
YUV33.26191.06142.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27%
GREEN value IS 1 (0.78% from 255) = 0.5%
BLUE value IS 145 (57.03% from 255) = 72.5%
R=27%
G=0.5%
B=72.5%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal5411450.630.9900.43262.0898.6328.63
Hex361913F6302B106631d
Octal6612217714305340614335
Binary11011011001000111111111000110101011100000110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360191; }

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

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

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

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

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

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

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

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