Shades of Persian Indigo #36057B
Tints of Persian Indigo #36057B
RGB
CMYK
RGB Variations
Color information
#36057B (or 0x36057B) is known color: Persian Indigo. HEX triplet: 36, 05 and 7B. RGB value is (54,5,123). Sum of RGB (Red+Green+Blue) = 54+5+123=182 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.67% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 123 (48.44% from 255 or 67.58% from 182); Max value from RGB is 123 - color contains mainly: blue. Hex color #36057B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36057B is #C9FA84. Grayscale: #202020. Windows color (decimal): -13236869 or 8062262. OLE color: 8062262.
HSL color Cylindrical-coordinate representation of color #36057B: hue angle of 264.92º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #36057B is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 54 | 5 | 123 | - |
| CMYK | 0.56 | 0.96 | 0 | 0.52 |
| HSL | 264.92º | 0.92% | 0.25% | - |
| HSV(B) | 264.92º | 0.96% | 0.48% | - |
| XYZ | 5.15 | 2.32 | 18.92 | - |
| YUV | 33.1 | 178.73 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 5 | 123 | 0.56 | 0.96 | 0 | 0.52 | 264.92 | 0.92 | 0.25 |
| Hex | 36 | 5 | 7B | 38 | 60 | 0 | 34 | 109 | 5C | 19 |
| Octal | 66 | 5 | 173 | 70 | 140 | 0 | 64 | 411 | 134 | 31 |
| Binary | 110110 | 101 | 1111011 | 111000 | 1100000 | 0 | 110100 | 100001001 | 1011100 | 11001 |
Color Harmonies of #36057B
Complementary color
Monochromatic Colors of #36057B
Black with #36057B
Text Example
Text Example
White with #36057B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36057B; }
p { color: rgb(54,5,123); }
H1.HeaderClassName
{
color: #36057B;
}
.AnyTagClassName
{
color: #36057B;
}
</style>
background-color css
<style>
a { background-color: #36057B; }
a { background-color: rgb(54,5,123); }
div.DivClassName
{
background-color: #36057B;
}
.BgClassName
{
background-color: #36057B;
}
</style>
border-color css
<style>
span { border-color: #36057B; }
span { border-color: rgb(54,5,123); }
td.TdClassName
{
border-color: #36057B;
}
.TagClassName
{
border-color: #36057B;
}
</style>