Shades of Persian Indigo #36007D
Tints of Persian Indigo #36007D
RGB
CMYK
RGB Variations
Color information
#36007D (or 0x36007D) is known color: Persian Indigo. HEX triplet: 36, 00 and 7D. RGB value is (54,0,125). Sum of RGB (Red+Green+Blue) = 54+0+125=179 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.17% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 125 (49.22% from 255 or 69.83% from 179); Max value from RGB is 125 - color contains mainly: blue. Hex color #36007D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36007D is #C9FF82. Grayscale: #1D1D1D. Windows color (decimal): -13238147 or 8192054. OLE color: 8192054.
HSL color Cylindrical-coordinate representation of color #36007D: hue angle of 265.92º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #36007D is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 0 | 125 | - |
| CMYK | 0.57 | 1 | 0 | 0.51 |
| HSL | 265.92º | 1% | 0.25% | - |
| HSV(B) | 265.92º | 1% | 0.49% | - |
| XYZ | 5.22 | 2.26 | 19.56 | - |
| YUV | 30.4 | 181.39 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 0 | 125 | 0.57 | 1 | 0 | 0.51 | 265.92 | 1 | 0.25 |
| Hex | 36 | 0 | 7D | 39 | 64 | 0 | 33 | 10A | 64 | 19 |
| Octal | 66 | 0 | 175 | 71 | 144 | 0 | 63 | 412 | 144 | 31 |
| Binary | 110110 | 0 | 1111101 | 111001 | 1100100 | 0 | 110011 | 100001010 | 1100100 | 11001 |
Color Harmonies of #36007D
Complementary color
Monochromatic Colors of #36007D
Black with #36007D
Text Example
Text Example
White with #36007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36007D; }
p { color: rgb(54,0,125); }
H1.HeaderClassName
{
color: #36007D;
}
.AnyTagClassName
{
color: #36007D;
}
</style>
background-color css
<style>
a { background-color: #36007D; }
a { background-color: rgb(54,0,125); }
div.DivClassName
{
background-color: #36007D;
}
.BgClassName
{
background-color: #36007D;
}
</style>
border-color css
<style>
span { border-color: #36007D; }
span { border-color: rgb(54,0,125); }
td.TdClassName
{
border-color: #36007D;
}
.TagClassName
{
border-color: #36007D;
}
</style>