Shades of Persian Indigo #33118F
Tints of Persian Indigo #33118F
RGB
CMYK
RGB Variations
Color information
#33118F (or 0x33118F) is known color: Persian Indigo. HEX triplet: 33, 11 and 8F. RGB value is (51,17,143). Sum of RGB (Red+Green+Blue) = 51+17+143=211 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.17% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 143 (56.25% from 255 or 67.77% from 211); Max value from RGB is 143 - color contains mainly: blue. Hex color #33118F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33118F is #CCEE70. Grayscale: #292929. Windows color (decimal): -13430385 or 9376051. OLE color: 9376051.
HSL color Cylindrical-coordinate representation of color #33118F: hue angle of 256.19º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #33118F is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 17 | 143 | - |
| CMYK | 0.64 | 0.88 | 0 | 0.44 |
| HSL | 256.19º | 0.79% | 0.31% | - |
| HSV(B) | 256.19º | 0.88% | 0.56% | - |
| XYZ | 6.52 | 3.09 | 26.24 | - |
| YUV | 41.53 | 185.26 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 17 | 143 | 0.64 | 0.88 | 0 | 0.44 | 256.19 | 0.79 | 0.31 |
| Hex | 33 | 11 | 8F | 40 | 58 | 0 | 2C | 100 | 4F | 1F |
| Octal | 63 | 21 | 217 | 100 | 130 | 0 | 54 | 400 | 117 | 37 |
| Binary | 110011 | 10001 | 10001111 | 1000000 | 1011000 | 0 | 101100 | 100000000 | 1001111 | 11111 |
Color Harmonies of #33118F
Complementary color
Monochromatic Colors of #33118F
Black with #33118F
Text Example
Text Example
White with #33118F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33118F; }
p { color: rgb(51,17,143); }
H1.HeaderClassName
{
color: #33118F;
}
.AnyTagClassName
{
color: #33118F;
}
</style>
background-color css
<style>
a { background-color: #33118F; }
a { background-color: rgb(51,17,143); }
div.DivClassName
{
background-color: #33118F;
}
.BgClassName
{
background-color: #33118F;
}
</style>
border-color css
<style>
span { border-color: #33118F; }
span { border-color: rgb(51,17,143); }
td.TdClassName
{
border-color: #33118F;
}
.TagClassName
{
border-color: #33118F;
}
</style>