#360578

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

Shades of Persian Indigo #360578

Tints of Persian Indigo #360578

Color information

#360578 (or 0x360578) is unknown color: approx Persian Indigo. HEX triplet: 36, 05 and 78. RGB value is (54,5,120). Sum of RGB (Red+Green+Blue) = 54+5+120=179 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.17% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 120 (47.27% from 255 or 67.04% from 179); Max value from RGB is 120 - color contains mainly: blue. Hex color #360578 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360578 is #C9FA87. Grayscale: #202020. Windows color (decimal): -13236872 or 7865654. OLE color: 7865654.

HSL color Cylindrical-coordinate representation of color #360578: hue angle of 265.57º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #360578 is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB545120-
CMYK0.550.9600.53
HSL265.57º92%24.51%-
HSV(B)265.57º95.83%47.06%-
XYZ4.972.2517.94-
YUV32.76177.23143.15-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.17%
GREEN value IS 5 (2.34% from 255) = 2.79%
BLUE value IS 120 (47.27% from 255) = 67.04%
R=30.17%
G=2.79%
B=67.04%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5451200.550.9600.53265.579224.51
Hex36578376003510a5c19
Octal6651706714006541213431
Binary110110101111100011011111000000110101100001010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360578; }

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

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

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

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

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

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

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

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