Shades of Persian Indigo #36088A
Tints of Persian Indigo #36088A
RGB
CMYK
RGB Variations
Color information
#36088A (or 0x36088A) is known color: Persian Indigo. HEX triplet: 36, 08 and 8A. RGB value is (54,8,138). Sum of RGB (Red+Green+Blue) = 54+8+138=200 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 138 (54.30% from 255 or 69% from 200); Max value from RGB is 138 - color contains mainly: blue. Hex color #36088A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36088A is #C9F775. Grayscale: #242424. Windows color (decimal): -13236086 or 9046070. OLE color: 9046070.
HSL color Cylindrical-coordinate representation of color #36088A: hue angle of 261.23º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #36088A is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 54 | 8 | 138 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.46 |
| HSL | 261.23º | 0.89% | 0.29% | - |
| HSV(B) | 261.23º | 0.94% | 0.54% | - |
| XYZ | 6.2 | 2.79 | 24.26 | - |
| YUV | 36.57 | 185.24 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 8 | 138 | 0.61 | 0.94 | 0 | 0.46 | 261.23 | 0.89 | 0.29 |
| Hex | 36 | 8 | 8A | 3D | 5E | 0 | 2E | 105 | 59 | 1D |
| Octal | 66 | 10 | 212 | 75 | 136 | 0 | 56 | 405 | 131 | 35 |
| Binary | 110110 | 1000 | 10001010 | 111101 | 1011110 | 0 | 101110 | 100000101 | 1011001 | 11101 |
Color Harmonies of #36088A
Complementary color
Monochromatic Colors of #36088A
Black with #36088A
Text Example
Text Example
White with #36088A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36088A; }
p { color: rgb(54,8,138); }
H1.HeaderClassName
{
color: #36088A;
}
.AnyTagClassName
{
color: #36088A;
}
</style>
background-color css
<style>
a { background-color: #36088A; }
a { background-color: rgb(54,8,138); }
div.DivClassName
{
background-color: #36088A;
}
.BgClassName
{
background-color: #36088A;
}
</style>
border-color css
<style>
span { border-color: #36088A; }
span { border-color: rgb(54,8,138); }
td.TdClassName
{
border-color: #36088A;
}
.TagClassName
{
border-color: #36088A;
}
</style>