#36116E

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

Shades of Persian Indigo #36116E

Tints of Persian Indigo #36116E

Color information

#36116E (or 0x36116E) is unknown color: approx Persian Indigo. HEX triplet: 36, 11 and 6E. RGB value is (54,17,110). Sum of RGB (Red+Green+Blue) = 54+17+110=181 (23% of max value = 765). Red value is 54 (21.48% from 255 or 29.83% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 110 (43.36% from 255 or 60.77% from 181); Max value from RGB is 110 - color contains mainly: blue. Hex color #36116E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36116E is #C9EE91. Grayscale: #262626. Windows color (decimal): -13233810 or 7213366. OLE color: 7213366.

HSL color Cylindrical-coordinate representation of color #36116E: hue angle of 263.87º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #36116E is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5417110-
CMYK0.510.8500.57
HSL263.87º73.23%24.9%-
HSV(B)263.87º84.55%43.14%-
XYZ4.542.3114.96-
YUV38.66168.26138.94-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.83%
GREEN value IS 17 (7.03% from 255) = 9.39%
BLUE value IS 110 (43.36% from 255) = 60.77%
R=29.83%
G=9.39%
B=60.77%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal54171100.510.8500.57263.8773.2324.9
Hex36116E33550391084919
Octal66211566312507141011131
Binary11011010001110111011001110101010111001100001000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36116E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36116E; }

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

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

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

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

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

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

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

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