Shades of Persian Indigo #33136E
Tints of Persian Indigo #33136E
RGB
CMYK
RGB Variations
Color information
#33136E (or 0x33136E) is known color: Persian Indigo. HEX triplet: 33, 13 and 6E. RGB value is (51,19,110). Sum of RGB (Red+Green+Blue) = 51+19+110=180 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.33% from 180); Green value is 19 (7.81% from 255 or 10.56% from 180); Blue value is 110 (43.36% from 255 or 61.11% from 180); Max value from RGB is 110 - color contains mainly: blue. Hex color #33136E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33136E is #CCEC91. Grayscale: #262626. Windows color (decimal): -13429906 or 7213875. OLE color: 7213875.
HSL color Cylindrical-coordinate representation of color #33136E: hue angle of 261.1º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #33136E is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 51 | 19 | 110 | - |
| CMYK | 0.54 | 0.83 | 0 | 0.57 |
| HSL | 261.1º | 0.71% | 0.25% | - |
| HSV(B) | 261.1º | 0.83% | 0.43% | - |
| XYZ | 4.41 | 2.3 | 14.96 | - |
| YUV | 38.94 | 168.1 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 19 | 110 | 0.54 | 0.83 | 0 | 0.57 | 261.1 | 0.71 | 0.25 |
| Hex | 33 | 13 | 6E | 36 | 53 | 0 | 39 | 105 | 47 | 19 |
| Octal | 63 | 23 | 156 | 66 | 123 | 0 | 71 | 405 | 107 | 31 |
| Binary | 110011 | 10011 | 1101110 | 110110 | 1010011 | 0 | 111001 | 100000101 | 1000111 | 11001 |
Color Harmonies of #33136E
Complementary color
Monochromatic Colors of #33136E
Black with #33136E
Text Example
Text Example
White with #33136E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33136E; }
p { color: rgb(51,19,110); }
H1.HeaderClassName
{
color: #33136E;
}
.AnyTagClassName
{
color: #33136E;
}
</style>
background-color css
<style>
a { background-color: #33136E; }
a { background-color: rgb(51,19,110); }
div.DivClassName
{
background-color: #33136E;
}
.BgClassName
{
background-color: #33136E;
}
</style>
border-color css
<style>
span { border-color: #33136E; }
span { border-color: rgb(51,19,110); }
td.TdClassName
{
border-color: #33136E;
}
.TagClassName
{
border-color: #33136E;
}
</style>