#36166D

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

Shades of Persian Indigo #36166D

Tints of Persian Indigo #36166D

Color information

#36166D (or 0x36166D) is unknown color: approx Persian Indigo. HEX triplet: 36, 16 and 6D. RGB value is (54,22,109). Sum of RGB (Red+Green+Blue) = 54+22+109=185 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.19% from 185); Green value is 22 (8.98% from 255 or 11.89% from 185); Blue value is 109 (42.97% from 255 or 58.92% from 185); Max value from RGB is 109 - color contains mainly: blue. Hex color #36166D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36166D is #C9E992. Grayscale: #292929. Windows color (decimal): -13232531 or 7149110. OLE color: 7149110.

HSL color Cylindrical-coordinate representation of color #36166D: hue angle of 262.07º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #36166D is Cyan = 0.50, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5422109-
CMYK0.500.8000.57
HSL262.07º66.41%25.69%-
HSV(B)262.07º79.82%42.75%-
XYZ4.572.4614.7-
YUV41.49166.1136.93-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.19%
GREEN value IS 22 (8.98% from 255) = 11.89%
BLUE value IS 109 (42.97% from 255) = 58.92%
R=29.19%
G=11.89%
B=58.92%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal54221090.500.8000.57262.0766.4125.69
Hex36166D3250039106421a
Octal66261556212007140610232
Binary11011010110110110111001010100000111001100000110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36166D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,22,109); }

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

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

 a { background-color: rgb(54,22,109); }

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

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

 span { border-color: rgb(54,22,109); }

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