#36208B

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

Shades of Persian Indigo #36208B

Tints of Persian Indigo #36208B

Color information

#36208B (or 0x36208B) is unknown color: approx Persian Indigo. HEX triplet: 36, 20 and 8B. RGB value is (54,32,139). Sum of RGB (Red+Green+Blue) = 54+32+139=225 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 139 (54.69% from 255 or 61.78% from 225); Max value from RGB is 139 - color contains mainly: blue. Hex color #36208B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36208B is #C9DF74. Grayscale: #323232. Windows color (decimal): -13229941 or 9117750. OLE color: 9117750.

HSL color Cylindrical-coordinate representation of color #36208B: hue angle of 252.34º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36208B is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5432139-
CMYK0.610.7700.45
HSL252.34º62.57%33.53%-
HSV(B)252.34º76.98%54.51%-
XYZ6.73.6824.78-
YUV50.78177.79130.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24%
GREEN value IS 32 (12.89% from 255) = 14.22%
BLUE value IS 139 (54.69% from 255) = 61.78%
R=24%
G=14.22%
B=61.78%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal54321390.610.7700.45252.3462.5733.53
Hex36208B3D4D02Dfc3f22
Octal6640213751150553747742
Binary110110100000100010111111011001101010110111111100111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36208B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36208B; }

 p { color: rgb(54,32,139); }

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

<style>
 a { background-color: #36208B; }

 a { background-color: rgb(54,32,139); }

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

<style>
 span { border-color: #36208B; }

 span { border-color: rgb(54,32,139); }

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