Shades of Persian Indigo #33099B
Tints of Persian Indigo #33099B
RGB
CMYK
RGB Variations
Color information
#33099B (or 0x33099B) is known color: Persian Indigo. HEX triplet: 33, 09 and 9B. RGB value is (51,9,155). Sum of RGB (Red+Green+Blue) = 51+9+155=215 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.72% from 215); Green value is 9 (3.91% from 255 or 4.19% from 215); Blue value is 155 (60.94% from 255 or 72.09% from 215); Max value from RGB is 155 - color contains mainly: blue. Hex color #33099B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33099B is #CCF664. Grayscale: #252525. Windows color (decimal): -13432421 or 10160435. OLE color: 10160435.
HSL color Cylindrical-coordinate representation of color #33099B: hue angle of 257.26º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #33099B is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 9 | 155 | - |
| CMYK | 0.67 | 0.94 | 0 | 0.39 |
| HSL | 257.26º | 0.89% | 0.32% | - |
| HSV(B) | 257.26º | 0.94% | 0.61% | - |
| XYZ | 7.38 | 3.27 | 31.25 | - |
| YUV | 38.2 | 193.91 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 9 | 155 | 0.67 | 0.94 | 0 | 0.39 | 257.26 | 0.89 | 0.32 |
| Hex | 33 | 9 | 9B | 43 | 5E | 0 | 27 | 101 | 59 | 20 |
| Octal | 63 | 11 | 233 | 103 | 136 | 0 | 47 | 401 | 131 | 40 |
| Binary | 110011 | 1001 | 10011011 | 1000011 | 1011110 | 0 | 100111 | 100000001 | 1011001 | 100000 |
Color Harmonies of #33099B
Complementary color
Monochromatic Colors of #33099B
Black with #33099B
Text Example
Text Example
White with #33099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33099B; }
p { color: rgb(51,9,155); }
H1.HeaderClassName
{
color: #33099B;
}
.AnyTagClassName
{
color: #33099B;
}
</style>
background-color css
<style>
a { background-color: #33099B; }
a { background-color: rgb(51,9,155); }
div.DivClassName
{
background-color: #33099B;
}
.BgClassName
{
background-color: #33099B;
}
</style>
border-color css
<style>
span { border-color: #33099B; }
span { border-color: rgb(51,9,155); }
td.TdClassName
{
border-color: #33099B;
}
.TagClassName
{
border-color: #33099B;
}
</style>