Shades of Persian Indigo #36008D
Tints of Persian Indigo #36008D
RGB
CMYK
RGB Variations
Color information
#36008D (or 0x36008D) is known color: Persian Indigo. HEX triplet: 36, 00 and 8D. RGB value is (54,0,141). Sum of RGB (Red+Green+Blue) = 54+0+141=195 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.69% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 141 (55.47% from 255 or 72.31% from 195); Max value from RGB is 141 - color contains mainly: blue. Hex color #36008D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36008D is #C9FF72. Grayscale: #1F1F1F. Windows color (decimal): -13238131 or 9240630. OLE color: 9240630.
HSL color Cylindrical-coordinate representation of color #36008D: hue angle of 262.98º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #36008D is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 0 | 141 | - |
| CMYK | 0.62 | 1 | 0 | 0.45 |
| HSL | 262.98º | 1% | 0.28% | - |
| HSV(B) | 262.98º | 1% | 0.55% | - |
| XYZ | 6.33 | 2.71 | 25.39 | - |
| YUV | 32.22 | 189.39 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 0 | 141 | 0.62 | 1 | 0 | 0.45 | 262.98 | 1 | 0.28 |
| Hex | 36 | 0 | 8D | 3E | 64 | 0 | 2D | 107 | 64 | 1C |
| Octal | 66 | 0 | 215 | 76 | 144 | 0 | 55 | 407 | 144 | 34 |
| Binary | 110110 | 0 | 10001101 | 111110 | 1100100 | 0 | 101101 | 100000111 | 1100100 | 11100 |
Color Harmonies of #36008D
Complementary color
Monochromatic Colors of #36008D
Black with #36008D
Text Example
Text Example
White with #36008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36008D; }
p { color: rgb(54,0,141); }
H1.HeaderClassName
{
color: #36008D;
}
.AnyTagClassName
{
color: #36008D;
}
</style>
background-color css
<style>
a { background-color: #36008D; }
a { background-color: rgb(54,0,141); }
div.DivClassName
{
background-color: #36008D;
}
.BgClassName
{
background-color: #36008D;
}
</style>
border-color css
<style>
span { border-color: #36008D; }
span { border-color: rgb(54,0,141); }
td.TdClassName
{
border-color: #36008D;
}
.TagClassName
{
border-color: #36008D;
}
</style>