Shades of Persian Indigo #33029B
Tints of Persian Indigo #33029B
RGB
CMYK
RGB Variations
Color information
#33029B (or 0x33029B) is known color: Persian Indigo. HEX triplet: 33, 02 and 9B. RGB value is (51,2,155). Sum of RGB (Red+Green+Blue) = 51+2+155=208 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.52% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 155 (60.94% from 255 or 74.52% from 208); Max value from RGB is 155 - color contains mainly: blue. Hex color #33029B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33029B is #CCFD64. Grayscale: #212121. Windows color (decimal): -13434213 or 10158643. OLE color: 10158643.
HSL color Cylindrical-coordinate representation of color #33029B: hue angle of 259.22º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #33029B is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 2 | 155 | - |
| CMYK | 0.67 | 0.99 | 0 | 0.39 |
| HSL | 259.22º | 0.97% | 0.31% | - |
| HSV(B) | 259.22º | 0.99% | 0.61% | - |
| XYZ | 7.3 | 3.11 | 31.23 | - |
| YUV | 34.09 | 196.23 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 2 | 155 | 0.67 | 0.99 | 0 | 0.39 | 259.22 | 0.97 | 0.31 |
| Hex | 33 | 2 | 9B | 43 | 63 | 0 | 27 | 103 | 61 | 1F |
| Octal | 63 | 2 | 233 | 103 | 143 | 0 | 47 | 403 | 141 | 37 |
| Binary | 110011 | 10 | 10011011 | 1000011 | 1100011 | 0 | 100111 | 100000011 | 1100001 | 11111 |
Color Harmonies of #33029B
Complementary color
Monochromatic Colors of #33029B
Black with #33029B
Text Example
Text Example
White with #33029B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33029B; }
p { color: rgb(51,2,155); }
H1.HeaderClassName
{
color: #33029B;
}
.AnyTagClassName
{
color: #33029B;
}
</style>
background-color css
<style>
a { background-color: #33029B; }
a { background-color: rgb(51,2,155); }
div.DivClassName
{
background-color: #33029B;
}
.BgClassName
{
background-color: #33029B;
}
</style>
border-color css
<style>
span { border-color: #33029B; }
span { border-color: rgb(51,2,155); }
td.TdClassName
{
border-color: #33029B;
}
.TagClassName
{
border-color: #33029B;
}
</style>