Shades of Persian Indigo #33088F
Tints of Persian Indigo #33088F
RGB
CMYK
RGB Variations
Color information
#33088F (or 0x33088F) is known color: Persian Indigo. HEX triplet: 33, 08 and 8F. RGB value is (51,8,143). Sum of RGB (Red+Green+Blue) = 51+8+143=202 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.25% from 202); Green value is 8 (3.52% from 255 or 3.96% from 202); Blue value is 143 (56.25% from 255 or 70.79% from 202); Max value from RGB is 143 - color contains mainly: blue. Hex color #33088F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33088F is #CCF770. Grayscale: #232323. Windows color (decimal): -13432689 or 9373747. OLE color: 9373747.
HSL color Cylindrical-coordinate representation of color #33088F: hue angle of 259.11º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #33088F is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 8 | 143 | - |
| CMYK | 0.64 | 0.94 | 0 | 0.44 |
| HSL | 259.11º | 0.89% | 0.3% | - |
| HSV(B) | 259.11º | 0.94% | 0.56% | - |
| XYZ | 6.41 | 2.86 | 26.2 | - |
| YUV | 36.25 | 188.25 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 8 | 143 | 0.64 | 0.94 | 0 | 0.44 | 259.11 | 0.89 | 0.3 |
| Hex | 33 | 8 | 8F | 40 | 5E | 0 | 2C | 103 | 59 | 1E |
| Octal | 63 | 10 | 217 | 100 | 136 | 0 | 54 | 403 | 131 | 36 |
| Binary | 110011 | 1000 | 10001111 | 1000000 | 1011110 | 0 | 101100 | 100000011 | 1011001 | 11110 |
Color Harmonies of #33088F
Complementary color
Monochromatic Colors of #33088F
Black with #33088F
Text Example
Text Example
White with #33088F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33088F; }
p { color: rgb(51,8,143); }
H1.HeaderClassName
{
color: #33088F;
}
.AnyTagClassName
{
color: #33088F;
}
</style>
background-color css
<style>
a { background-color: #33088F; }
a { background-color: rgb(51,8,143); }
div.DivClassName
{
background-color: #33088F;
}
.BgClassName
{
background-color: #33088F;
}
</style>
border-color css
<style>
span { border-color: #33088F; }
span { border-color: rgb(51,8,143); }
td.TdClassName
{
border-color: #33088F;
}
.TagClassName
{
border-color: #33088F;
}
</style>