#361591

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

Shades of Persian Indigo #361591

Tints of Persian Indigo #361591

Color information

#361591 (or 0x361591) is unknown color: approx Persian Indigo. HEX triplet: 36, 15 and 91. RGB value is (54,21,145). Sum of RGB (Red+Green+Blue) = 54+21+145=220 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.55% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 145 (57.03% from 255 or 65.91% from 220); Max value from RGB is 145 - color contains mainly: blue. Hex color #361591 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #361591 is #C9EA6E. Grayscale: #2C2C2C. Windows color (decimal): -13232751 or 9508150. OLE color: 9508150.

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

Color convert

RGB5421145-
CMYK0.630.8600.43
HSL255.97º74.7%32.55%-
HSV(B)255.97º85.52%56.86%-
XYZ6.93.3627.07-
YUV45184.43134.42-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.55%
GREEN value IS 21 (8.59% from 255) = 9.55%
BLUE value IS 145 (57.03% from 255) = 65.91%
R=24.55%
G=9.55%
B=65.91%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal54211450.630.8600.43255.9774.732.55
Hex3615913F5602B1004b21
Octal66252217712605340011341
Binary1101101010110010001111111101011001010111000000001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361591; }

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

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

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

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

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

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

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

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