#36158D

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

Shades of Persian Indigo #36158D

Tints of Persian Indigo #36158D

Color information

#36158D (or 0x36158D) is unknown color: approx Persian Indigo. HEX triplet: 36, 15 and 8D. RGB value is (54,21,141). Sum of RGB (Red+Green+Blue) = 54+21+141=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 21 (8.59% from 255 or 9.72% from 216); Blue value is 141 (55.47% from 255 or 65.28% from 216); Max value from RGB is 141 - color contains mainly: blue. Hex color #36158D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36158D is #C9EA72. Grayscale: #2C2C2C. Windows color (decimal): -13232755 or 9246006. OLE color: 9246006.

HSL color Cylindrical-coordinate representation of color #36158D: hue angle of 256.5º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #36158D is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5421141-
CMYK0.620.8500.45
HSL256.5º74.07%31.76%-
HSV(B)256.5º85.11%55.29%-
XYZ6.63.2425.48-
YUV44.55182.43134.74-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25%
GREEN value IS 21 (8.59% from 255) = 9.72%
BLUE value IS 141 (55.47% from 255) = 65.28%
R=25%
G=9.72%
B=65.28%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal54211410.620.8500.45256.574.0731.76
Hex36158D3E5502D1004a20
Octal66252157612505540011240
Binary1101101010110001101111110101010101011011000000001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36158D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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