#360C78

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

Shades of Persian Indigo #360C78

Tints of Persian Indigo #360C78

Color information

#360C78 (or 0x360C78) is unknown color: approx Persian Indigo. HEX triplet: 36, 0C and 78. RGB value is (54,12,120). Sum of RGB (Red+Green+Blue) = 54+12+120=186 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.03% from 186); Green value is 12 (5.08% from 255 or 6.45% from 186); Blue value is 120 (47.27% from 255 or 64.52% from 186); Max value from RGB is 120 - color contains mainly: blue. Hex color #360C78 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360C78 is #C9F387. Grayscale: #242424. Windows color (decimal): -13235080 or 7867446. OLE color: 7867446.

HSL color Cylindrical-coordinate representation of color #360C78: hue angle of 263.33º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #360C78 is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5412120-
CMYK0.550.9000.53
HSL263.33º81.82%25.88%-
HSV(B)263.33º90%47.06%-
XYZ5.042.417.97-
YUV36.87174.91140.22-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.03%
GREEN value IS 12 (5.08% from 255) = 6.45%
BLUE value IS 120 (47.27% from 255) = 64.52%
R=29.03%
G=6.45%
B=64.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54121200.550.9000.53263.3381.8225.88
Hex36C78375A035107521a
Octal66141706713206540712232
Binary1101101100111100011011110110100110101100000111101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360C78; }

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

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

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

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

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

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

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

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