#36207B

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

Shades of Persian Indigo #36207B

Tints of Persian Indigo #36207B

Color information

#36207B (or 0x36207B) is unknown color: approx Persian Indigo. HEX triplet: 36, 20 and 7B. RGB value is (54,32,123). Sum of RGB (Red+Green+Blue) = 54+32+123=209 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.84% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 123 (48.44% from 255 or 58.85% from 209); Max value from RGB is 123 - color contains mainly: blue. Hex color #36207B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36207B is #C9DF84. Grayscale: #303030. Windows color (decimal): -13229957 or 8069174. OLE color: 8069174.

HSL color Cylindrical-coordinate representation of color #36207B: hue angle of 254.51º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36207B is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5432123-
CMYK0.560.7400.52
HSL254.51º58.71%30.39%-
HSV(B)254.51º73.98%48.24%-
XYZ5.613.2519.07-
YUV48.95169.79131.6-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.84%
GREEN value IS 32 (12.89% from 255) = 15.31%
BLUE value IS 123 (48.44% from 255) = 58.85%
R=25.84%
G=15.31%
B=58.85%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal54321230.560.7400.52254.5158.7130.39
Hex36207B384A034ff3b1e
Octal6640173701120643777336
Binary1101101000001111011111000100101001101001111111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36207B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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