Shades of Persian Indigo #33108F
Tints of Persian Indigo #33108F
RGB
CMYK
RGB Variations
Color information
#33108F (or 0x33108F) is known color: Persian Indigo. HEX triplet: 33, 10 and 8F. RGB value is (51,16,143). Sum of RGB (Red+Green+Blue) = 51+16+143=210 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.29% from 210); Green value is 16 (6.64% from 255 or 7.62% from 210); Blue value is 143 (56.25% from 255 or 68.10% from 210); Max value from RGB is 143 - color contains mainly: blue. Hex color #33108F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33108F is #CCEF70. Grayscale: #282828. Windows color (decimal): -13430641 or 9375795. OLE color: 9375795.
HSL color Cylindrical-coordinate representation of color #33108F: hue angle of 256.54º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #33108F is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 16 | 143 | - |
| CMYK | 0.64 | 0.89 | 0 | 0.44 |
| HSL | 256.54º | 0.8% | 0.31% | - |
| HSV(B) | 256.54º | 0.89% | 0.56% | - |
| XYZ | 6.51 | 3.06 | 26.23 | - |
| YUV | 40.94 | 185.6 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 16 | 143 | 0.64 | 0.89 | 0 | 0.44 | 256.54 | 0.8 | 0.31 |
| Hex | 33 | 10 | 8F | 40 | 59 | 0 | 2C | 101 | 50 | 1F |
| Octal | 63 | 20 | 217 | 100 | 131 | 0 | 54 | 401 | 120 | 37 |
| Binary | 110011 | 10000 | 10001111 | 1000000 | 1011001 | 0 | 101100 | 100000001 | 1010000 | 11111 |
Color Harmonies of #33108F
Complementary color
Monochromatic Colors of #33108F
Black with #33108F
Text Example
Text Example
White with #33108F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33108F; }
p { color: rgb(51,16,143); }
H1.HeaderClassName
{
color: #33108F;
}
.AnyTagClassName
{
color: #33108F;
}
</style>
background-color css
<style>
a { background-color: #33108F; }
a { background-color: rgb(51,16,143); }
div.DivClassName
{
background-color: #33108F;
}
.BgClassName
{
background-color: #33108F;
}
</style>
border-color css
<style>
span { border-color: #33108F; }
span { border-color: rgb(51,16,143); }
td.TdClassName
{
border-color: #33108F;
}
.TagClassName
{
border-color: #33108F;
}
</style>