#360777

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

Shades of Persian Indigo #360777

Tints of Persian Indigo #360777

Color information

#360777 (or 0x360777) is unknown color: approx Persian Indigo. HEX triplet: 36, 07 and 77. RGB value is (54,7,119). Sum of RGB (Red+Green+Blue) = 54+7+119=180 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30% from 180); Green value is 7 (3.12% from 255 or 3.89% from 180); Blue value is 119 (46.88% from 255 or 66.11% from 180); Max value from RGB is 119 - color contains mainly: blue. Hex color #360777 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360777 is #C9F888. Grayscale: #212121. Windows color (decimal): -13236361 or 7800630. OLE color: 7800630.

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

Color convert

RGB547119-
CMYK0.550.9400.53
HSL265.18º88.89%24.71%-
HSV(B)265.18º94.12%46.67%-
XYZ4.932.2717.63-
YUV33.82176.07142.39-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30%
GREEN value IS 7 (3.12% from 255) = 3.89%
BLUE value IS 119 (46.88% from 255) = 66.11%
R=30%
G=3.89%
B=66.11%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5471190.550.9400.53265.1888.8924.71
Hex36777375E0351095919
Octal6671676713606541113131
Binary110110111111011111011110111100110101100001001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360777; }

 p { color: rgb(54,7,119); }

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

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

 a { background-color: rgb(54,7,119); }

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

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

 span { border-color: rgb(54,7,119); }

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