#360591

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

Shades of Persian Indigo #360591

Tints of Persian Indigo #360591

Color information

#360591 (or 0x360591) is unknown color: approx Persian Indigo. HEX triplet: 36, 05 and 91. RGB value is (54,5,145). Sum of RGB (Red+Green+Blue) = 54+5+145=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 145 (57.03% from 255 or 71.08% from 204); Max value from RGB is 145 - color contains mainly: blue. Hex color #360591 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360591 is #C9FA6E. Grayscale: #232323. Windows color (decimal): -13236847 or 9504054. OLE color: 9504054.

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

Color convert

RGB545145-
CMYK0.630.9700.43
HSL261º93.33%29.41%-
HSV(B)261º96.55%56.86%-
XYZ6.692.9427-
YUV35.61189.73141.12-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.47%
GREEN value IS 5 (2.34% from 255) = 2.45%
BLUE value IS 145 (57.03% from 255) = 71.08%
R=26.47%
G=2.45%
B=71.08%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal5451450.630.9700.4326193.3329.41
Hex365913F6102B1055d1d
Octal6652217714105340513535
Binary1101101011001000111111111000010101011100000101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360591; }

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

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

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

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

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

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

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

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