Shades of Persian Indigo #33136D
Tints of Persian Indigo #33136D
RGB
CMYK
RGB Variations
Color information
#33136D (or 0x33136D) is known color: Persian Indigo. HEX triplet: 33, 13 and 6D. RGB value is (51,19,109). Sum of RGB (Red+Green+Blue) = 51+19+109=179 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.49% from 179); Green value is 19 (7.81% from 255 or 10.61% from 179); Blue value is 109 (42.97% from 255 or 60.89% from 179); Max value from RGB is 109 - color contains mainly: blue. Hex color #33136D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33136D is #CCEC92. Grayscale: #262626. Windows color (decimal): -13429907 or 7148339. OLE color: 7148339.
HSL color Cylindrical-coordinate representation of color #33136D: hue angle of 261.33º degrees, saturation: 0.7, 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 #33136D is Cyan = 0.53, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 51 | 19 | 109 | - |
| CMYK | 0.53 | 0.83 | 0 | 0.57 |
| HSL | 261.33º | 0.7% | 0.25% | - |
| HSV(B) | 261.33º | 0.83% | 0.43% | - |
| XYZ | 4.36 | 2.27 | 14.68 | - |
| YUV | 38.83 | 167.6 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 19 | 109 | 0.53 | 0.83 | 0 | 0.57 | 261.33 | 0.7 | 0.25 |
| Hex | 33 | 13 | 6D | 35 | 53 | 0 | 39 | 105 | 46 | 19 |
| Octal | 63 | 23 | 155 | 65 | 123 | 0 | 71 | 405 | 106 | 31 |
| Binary | 110011 | 10011 | 1101101 | 110101 | 1010011 | 0 | 111001 | 100000101 | 1000110 | 11001 |
Color Harmonies of #33136D
Complementary color
Monochromatic Colors of #33136D
Black with #33136D
Text Example
Text Example
White with #33136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33136D; }
p { color: rgb(51,19,109); }
H1.HeaderClassName
{
color: #33136D;
}
.AnyTagClassName
{
color: #33136D;
}
</style>
background-color css
<style>
a { background-color: #33136D; }
a { background-color: rgb(51,19,109); }
div.DivClassName
{
background-color: #33136D;
}
.BgClassName
{
background-color: #33136D;
}
</style>
border-color css
<style>
span { border-color: #33136D; }
span { border-color: rgb(51,19,109); }
td.TdClassName
{
border-color: #33136D;
}
.TagClassName
{
border-color: #33136D;
}
</style>