#360566

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

Shades of Persian Indigo #360566

Tints of Persian Indigo #360566

Color information

#360566 (or 0x360566) is unknown color: approx Persian Indigo. HEX triplet: 36, 05 and 66. RGB value is (54,5,102). Sum of RGB (Red+Green+Blue) = 54+5+102=161 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.54% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 102 (40.23% from 255 or 63.35% from 161); Max value from RGB is 102 - color contains mainly: blue. Hex color #360566 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360566 is #C9FA99. Grayscale: #1E1E1E. Windows color (decimal): -13236890 or 6686006. OLE color: 6686006.

HSL color Cylindrical-coordinate representation of color #360566: hue angle of 270.31º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #360566 is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB545102-
CMYK0.470.9500.6
HSL270.31º90.65%20.98%-
HSV(B)270.31º95.1%40%-
XYZ3.971.8512.72-
YUV30.71168.23144.61-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.54%
GREEN value IS 5 (2.34% from 255) = 3.11%
BLUE value IS 102 (40.23% from 255) = 63.35%
R=33.54%
G=3.11%
B=63.35%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5451020.470.9500.6270.3190.6520.98
Hex365662F5F03C10e5b15
Octal6651465713707441613325
Binary110110101110011010111110111110111100100001110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360566; }

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

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

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

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

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

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

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

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