#36117C

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

Shades of Persian Indigo #36117C

Tints of Persian Indigo #36117C

Color information

#36117C (or 0x36117C) is unknown color: approx Persian Indigo. HEX triplet: 36, 11 and 7C. RGB value is (54,17,124). Sum of RGB (Red+Green+Blue) = 54+17+124=195 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.69% from 195); Green value is 17 (7.03% from 255 or 8.72% from 195); Blue value is 124 (48.83% from 255 or 63.59% from 195); Max value from RGB is 124 - color contains mainly: blue. Hex color #36117C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36117C is #C9EE83. Grayscale: #272727. Windows color (decimal): -13233796 or 8130870. OLE color: 8130870.

HSL color Cylindrical-coordinate representation of color #36117C: hue angle of 260.75º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #36117C is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5417124-
CMYK0.560.8600.51
HSL260.75º75.89%27.65%-
HSV(B)260.75º86.29%48.63%-
XYZ5.362.6419.3-
YUV40.26175.26137.8-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.69%
GREEN value IS 17 (7.03% from 255) = 8.72%
BLUE value IS 124 (48.83% from 255) = 63.59%
R=27.69%
G=8.72%
B=63.59%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal54171240.560.8600.51260.7575.8927.65
Hex36117C38560331054c1c
Octal66211747012606340511434
Binary11011010001111110011100010101100110011100000101100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36117C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36117C; }

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

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

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

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

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

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

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

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