#36119C

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

Shades of Persian Indigo #36119C

Tints of Persian Indigo #36119C

Color information

#36119C (or 0x36119C) is unknown color: approx Persian Indigo. HEX triplet: 36, 11 and 9C. RGB value is (54,17,156). Sum of RGB (Red+Green+Blue) = 54+17+156=227 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.79% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 156 (61.33% from 255 or 68.72% from 227); Max value from RGB is 156 - color contains mainly: blue. Hex color #36119C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36119C is #C9EE63. Grayscale: #2B2B2B. Windows color (decimal): -13233764 or 10228022. OLE color: 10228022.

HSL color Cylindrical-coordinate representation of color #36119C: hue angle of 255.97º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #36119C is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5417156-
CMYK0.650.8900.39
HSL255.97º80.35%33.92%-
HSV(B)255.97º89.1%61.18%-
XYZ7.723.5931.74-
YUV43.91191.26135.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.79%
GREEN value IS 17 (7.03% from 255) = 7.49%
BLUE value IS 156 (61.33% from 255) = 68.72%
R=23.79%
G=7.49%
B=68.72%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal54171560.650.8900.39255.9780.3533.92
Hex36119C41590271005022
Octal662123410113104740012042
Binary11011010001100111001000001101100101001111000000001010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36119C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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