#36119D

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

Shades of Persian Indigo #36119D

Tints of Persian Indigo #36119D

Color information

#36119D (or 0x36119D) is unknown color: approx Persian Indigo. HEX triplet: 36, 11 and 9D. RGB value is (54,17,157). Sum of RGB (Red+Green+Blue) = 54+17+157=228 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.68% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 157 (61.72% from 255 or 68.86% from 228); Max value from RGB is 157 - color contains mainly: blue. Hex color #36119D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36119D is #C9EE62. Grayscale: #2B2B2B. Windows color (decimal): -13233763 or 10293558. OLE color: 10293558.

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

Color convert

RGB5417157-
CMYK0.660.8900.38
HSL255.86º80.46%34.12%-
HSV(B)255.86º89.17%61.57%-
XYZ7.813.6232.19-
YUV44.02191.76135.12-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.68%
GREEN value IS 17 (7.03% from 255) = 7.46%
BLUE value IS 157 (61.72% from 255) = 68.86%
R=23.68%
G=7.46%
B=68.86%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal54171570.660.8900.38255.8680.4634.12
Hex36119D42590261005022
Octal662123510213104640012042
Binary11011010001100111011000010101100101001101000000001010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36119D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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