#36159D

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

Shades of Persian Indigo #36159D

Tints of Persian Indigo #36159D

Color information

#36159D (or 0x36159D) is unknown color: approx Persian Indigo. HEX triplet: 36, 15 and 9D. RGB value is (54,21,157). Sum of RGB (Red+Green+Blue) = 54+21+157=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 157 (61.72% from 255 or 67.67% from 232); Max value from RGB is 157 - color contains mainly: blue. Hex color #36159D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36159D is #C9EA62. Grayscale: #2D2D2D. Windows color (decimal): -13232739 or 10294582. OLE color: 10294582.

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

Color convert

RGB5421157-
CMYK0.660.8700.38
HSL254.56º76.4%34.9%-
HSV(B)254.56º86.62%61.57%-
XYZ7.883.7532.21-
YUV46.37190.43133.44-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.28%
GREEN value IS 21 (8.59% from 255) = 9.05%
BLUE value IS 157 (61.72% from 255) = 67.67%
R=23.28%
G=9.05%
B=67.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal54211570.660.8700.38254.5676.434.9
Hex36159D4257026ff4c23
Octal662523510212704637711443
Binary1101101010110011101100001010101110100110111111111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36159D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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