Shades of Persian Indigo #36068D
Tints of Persian Indigo #36068D
RGB
CMYK
RGB Variations
Color information
#36068D (or 0x36068D) is known color: Persian Indigo. HEX triplet: 36, 06 and 8D. RGB value is (54,6,141). Sum of RGB (Red+Green+Blue) = 54+6+141=201 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.87% from 201); Green value is 6 (2.73% from 255 or 2.99% from 201); Blue value is 141 (55.47% from 255 or 70.15% from 201); Max value from RGB is 141 - color contains mainly: blue. Hex color #36068D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36068D is #C9F972. Grayscale: #232323. Windows color (decimal): -13236595 or 9242166. OLE color: 9242166.
HSL color Cylindrical-coordinate representation of color #36068D: hue angle of 261.33º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #36068D is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 6 | 141 | - |
| CMYK | 0.62 | 0.96 | 0 | 0.45 |
| HSL | 261.33º | 0.92% | 0.29% | - |
| HSV(B) | 261.33º | 0.96% | 0.55% | - |
| XYZ | 6.39 | 2.84 | 25.41 | - |
| YUV | 35.74 | 187.4 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 6 | 141 | 0.62 | 0.96 | 0 | 0.45 | 261.33 | 0.92 | 0.29 |
| Hex | 36 | 6 | 8D | 3E | 60 | 0 | 2D | 105 | 5C | 1D |
| Octal | 66 | 6 | 215 | 76 | 140 | 0 | 55 | 405 | 134 | 35 |
| Binary | 110110 | 110 | 10001101 | 111110 | 1100000 | 0 | 101101 | 100000101 | 1011100 | 11101 |
Color Harmonies of #36068D
Complementary color
Monochromatic Colors of #36068D
Black with #36068D
Text Example
Text Example
White with #36068D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36068D; }
p { color: rgb(54,6,141); }
H1.HeaderClassName
{
color: #36068D;
}
.AnyTagClassName
{
color: #36068D;
}
</style>
background-color css
<style>
a { background-color: #36068D; }
a { background-color: rgb(54,6,141); }
div.DivClassName
{
background-color: #36068D;
}
.BgClassName
{
background-color: #36068D;
}
</style>
border-color css
<style>
span { border-color: #36068D; }
span { border-color: rgb(54,6,141); }
td.TdClassName
{
border-color: #36068D;
}
.TagClassName
{
border-color: #36068D;
}
</style>