#360E7C

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

Shades of Persian Indigo #360E7C

Tints of Persian Indigo #360E7C

Color information

#360E7C (or 0x360E7C) is unknown color: approx Persian Indigo. HEX triplet: 36, 0E and 7C. RGB value is (54,14,124). Sum of RGB (Red+Green+Blue) = 54+14+124=192 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.12% from 192); Green value is 14 (5.86% from 255 or 7.29% from 192); Blue value is 124 (48.83% from 255 or 64.58% from 192); Max value from RGB is 124 - color contains mainly: blue. Hex color #360E7C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360E7C is #C9F183. Grayscale: #262626. Windows color (decimal): -13234564 or 8130102. OLE color: 8130102.

HSL color Cylindrical-coordinate representation of color #360E7C: hue angle of 261.82º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #360E7C is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5414124-
CMYK0.560.8900.51
HSL261.82º79.71%27.06%-
HSV(B)261.82º88.71%48.63%-
XYZ5.322.5519.28-
YUV38.5176.25139.06-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.12%
GREEN value IS 14 (5.86% from 255) = 7.29%
BLUE value IS 124 (48.83% from 255) = 64.58%
R=28.12%
G=7.29%
B=64.58%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal54141240.560.8900.51261.8279.7127.06
Hex36E7C3859033106501b
Octal66161747013106340612033
Binary1101101110111110011100010110010110011100000110101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,14,124); }

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

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

 a { background-color: rgb(54,14,124); }

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

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

 span { border-color: rgb(54,14,124); }

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