Shades of Persian Indigo #33126D
Tints of Persian Indigo #33126D
RGB
CMYK
RGB Variations
Color information
#33126D (or 0x33126D) is known color: Persian Indigo. HEX triplet: 33, 12 and 6D. RGB value is (51,18,109). Sum of RGB (Red+Green+Blue) = 51+18+109=178 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.65% from 178); Green value is 18 (7.42% from 255 or 10.11% from 178); Blue value is 109 (42.97% from 255 or 61.24% from 178); Max value from RGB is 109 - color contains mainly: blue. Hex color #33126D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33126D is #CCED92. Grayscale: #252525. Windows color (decimal): -13430163 or 7148083. OLE color: 7148083.
HSL color Cylindrical-coordinate representation of color #33126D: hue angle of 261.76º degrees, saturation: 0.72, 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 #33126D is Cyan = 0.53, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 51 | 18 | 109 | - |
| CMYK | 0.53 | 0.83 | 0 | 0.57 |
| HSL | 261.76º | 0.72% | 0.25% | - |
| HSV(B) | 261.76º | 0.83% | 0.43% | - |
| XYZ | 4.34 | 2.24 | 14.67 | - |
| YUV | 38.24 | 167.93 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 18 | 109 | 0.53 | 0.83 | 0 | 0.57 | 261.76 | 0.72 | 0.25 |
| Hex | 33 | 12 | 6D | 35 | 53 | 0 | 39 | 106 | 48 | 19 |
| Octal | 63 | 22 | 155 | 65 | 123 | 0 | 71 | 406 | 110 | 31 |
| Binary | 110011 | 10010 | 1101101 | 110101 | 1010011 | 0 | 111001 | 100000110 | 1001000 | 11001 |
Color Harmonies of #33126D
Complementary color
Monochromatic Colors of #33126D
Black with #33126D
Text Example
Text Example
White with #33126D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33126D; }
p { color: rgb(51,18,109); }
H1.HeaderClassName
{
color: #33126D;
}
.AnyTagClassName
{
color: #33126D;
}
</style>
background-color css
<style>
a { background-color: #33126D; }
a { background-color: rgb(51,18,109); }
div.DivClassName
{
background-color: #33126D;
}
.BgClassName
{
background-color: #33126D;
}
</style>
border-color css
<style>
span { border-color: #33126D; }
span { border-color: rgb(51,18,109); }
td.TdClassName
{
border-color: #33126D;
}
.TagClassName
{
border-color: #33126D;
}
</style>