Shades of Persian Indigo #33109B
Tints of Persian Indigo #33109B
RGB
CMYK
RGB Variations
Color information
#33109B (or 0x33109B) is known color: Persian Indigo. HEX triplet: 33, 10 and 9B. RGB value is (51,16,155). Sum of RGB (Red+Green+Blue) = 51+16+155=222 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.97% from 222); Green value is 16 (6.64% from 255 or 7.21% from 222); Blue value is 155 (60.94% from 255 or 69.82% from 222); Max value from RGB is 155 - color contains mainly: blue. Hex color #33109B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33109B is #CCEF64. Grayscale: #292929. Windows color (decimal): -13430629 or 10162227. OLE color: 10162227.
HSL color Cylindrical-coordinate representation of color #33109B: hue angle of 255.11º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #33109B is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 16 | 155 | - |
| CMYK | 0.67 | 0.90 | 0 | 0.39 |
| HSL | 255.11º | 0.81% | 0.34% | - |
| HSV(B) | 255.11º | 0.9% | 0.61% | - |
| XYZ | 7.47 | 3.44 | 31.28 | - |
| YUV | 42.31 | 191.6 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 16 | 155 | 0.67 | 0.90 | 0 | 0.39 | 255.11 | 0.81 | 0.34 |
| Hex | 33 | 10 | 9B | 43 | 5A | 0 | 27 | FF | 51 | 22 |
| Octal | 63 | 20 | 233 | 103 | 132 | 0 | 47 | 377 | 121 | 42 |
| Binary | 110011 | 10000 | 10011011 | 1000011 | 1011010 | 0 | 100111 | 11111111 | 1010001 | 100010 |
Color Harmonies of #33109B
Complementary color
Monochromatic Colors of #33109B
Black with #33109B
Text Example
Text Example
White with #33109B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33109B; }
p { color: rgb(51,16,155); }
H1.HeaderClassName
{
color: #33109B;
}
.AnyTagClassName
{
color: #33109B;
}
</style>
background-color css
<style>
a { background-color: #33109B; }
a { background-color: rgb(51,16,155); }
div.DivClassName
{
background-color: #33109B;
}
.BgClassName
{
background-color: #33109B;
}
</style>
border-color css
<style>
span { border-color: #33109B; }
span { border-color: rgb(51,16,155); }
td.TdClassName
{
border-color: #33109B;
}
.TagClassName
{
border-color: #33109B;
}
</style>