#360679

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

Shades of Persian Indigo #360679

Tints of Persian Indigo #360679

Color information

#360679 (or 0x360679) is unknown color: approx Persian Indigo. HEX triplet: 36, 06 and 79. RGB value is (54,6,121). Sum of RGB (Red+Green+Blue) = 54+6+121=181 (23% of max value = 765). Red value is 54 (21.48% from 255 or 29.83% from 181); Green value is 6 (2.73% from 255 or 3.31% from 181); Blue value is 121 (47.66% from 255 or 66.85% from 181); Max value from RGB is 121 - color contains mainly: blue. Hex color #360679 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360679 is #C9F986. Grayscale: #212121. Windows color (decimal): -13236615 or 7931446. OLE color: 7931446.

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

Color convert

RGB546121-
CMYK0.550.9500.53
HSL265.04º90.55%24.9%-
HSV(B)265.04º95.04%47.45%-
XYZ5.042.2918.27-
YUV33.46177.4142.65-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.83%
GREEN value IS 6 (2.73% from 255) = 3.31%
BLUE value IS 121 (47.66% from 255) = 66.85%
R=29.83%
G=3.31%
B=66.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5461210.550.9500.53265.0490.5524.9
Hex36679375F0351095b19
Octal6661716713706541113331
Binary110110110111100111011110111110110101100001001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360679; }

 p { color: rgb(54,6,121); }

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

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

 a { background-color: rgb(54,6,121); }

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

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

 span { border-color: rgb(54,6,121); }

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