#360772

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

Shades of Persian Indigo #360772

Tints of Persian Indigo #360772

Color information

#360772 (or 0x360772) is unknown color: approx Persian Indigo. HEX triplet: 36, 07 and 72. RGB value is (54,7,114). Sum of RGB (Red+Green+Blue) = 54+7+114=175 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.86% from 175); Green value is 7 (3.12% from 255 or 4% from 175); Blue value is 114 (44.92% from 255 or 65.14% from 175); Max value from RGB is 114 - color contains mainly: blue. Hex color #360772 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360772 is #C9F88D. Grayscale: #202020. Windows color (decimal): -13236366 or 7472950. OLE color: 7472950.

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

Color convert

RGB547114-
CMYK0.530.9400.55
HSL266.36º88.43%23.73%-
HSV(B)266.36º93.86%44.71%-
XYZ4.632.1516.09-
YUV33.25173.57142.8-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.86%
GREEN value IS 7 (3.12% from 255) = 4%
BLUE value IS 114 (44.92% from 255) = 65.14%
R=30.86%
G=4%
B=65.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5471140.530.9400.55266.3688.4323.73
Hex36772355E03710a5818
Octal6671626513606741213030
Binary110110111111001011010110111100110111100001010101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360772; }

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

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

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

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

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

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

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

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