#36159A

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

Shades of Persian Indigo #36159A

Tints of Persian Indigo #36159A

Color information

#36159A (or 0x36159A) is unknown color: approx Persian Indigo. HEX triplet: 36, 15 and 9A. RGB value is (54,21,154). Sum of RGB (Red+Green+Blue) = 54+21+154=229 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.58% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 154 (60.55% from 255 or 67.25% from 229); Max value from RGB is 154 - color contains mainly: blue. Hex color #36159A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36159A is #C9EA65. Grayscale: #2D2D2D. Windows color (decimal): -13232742 or 10097974. OLE color: 10097974.

HSL color Cylindrical-coordinate representation of color #36159A: hue angle of 254.89º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #36159A is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5421154-
CMYK0.650.8600.40
HSL254.89º76%34.31%-
HSV(B)254.89º86.36%60.39%-
XYZ7.623.6530.88-
YUV46.03188.93133.69-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.58%
GREEN value IS 21 (8.59% from 255) = 9.17%
BLUE value IS 154 (60.55% from 255) = 67.25%
R=23.58%
G=9.17%
B=67.25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal54211540.650.8600.40254.897634.31
Hex36159A4156028ff4c22
Octal662523210112605037711442
Binary1101101010110011010100000110101100101000111111111001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36159A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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