Shades of Persian Indigo #33099C
Tints of Persian Indigo #33099C
RGB
CMYK
RGB Variations
Color information
#33099C (or 0x33099C) is known color: Persian Indigo. HEX triplet: 33, 09 and 9C. RGB value is (51,9,156). Sum of RGB (Red+Green+Blue) = 51+9+156=216 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.61% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 156 (61.33% from 255 or 72.22% from 216); Max value from RGB is 156 - color contains mainly: blue. Hex color #33099C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33099C is #CCF663. Grayscale: #252525. Windows color (decimal): -13432420 or 10225971. OLE color: 10225971.
HSL color Cylindrical-coordinate representation of color #33099C: hue angle of 257.14º 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 #33099C is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 9 | 156 | - |
| CMYK | 0.67 | 0.94 | 0 | 0.39 |
| HSL | 257.14º | 0.89% | 0.32% | - |
| HSV(B) | 257.14º | 0.94% | 0.61% | - |
| XYZ | 7.46 | 3.3 | 31.7 | - |
| YUV | 38.32 | 194.41 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 9 | 156 | 0.67 | 0.94 | 0 | 0.39 | 257.14 | 0.89 | 0.32 |
| Hex | 33 | 9 | 9C | 43 | 5E | 0 | 27 | 101 | 59 | 20 |
| Octal | 63 | 11 | 234 | 103 | 136 | 0 | 47 | 401 | 131 | 40 |
| Binary | 110011 | 1001 | 10011100 | 1000011 | 1011110 | 0 | 100111 | 100000001 | 1011001 | 100000 |
Color Harmonies of #33099C
Complementary color
Monochromatic Colors of #33099C
Black with #33099C
Text Example
Text Example
White with #33099C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33099C; }
p { color: rgb(51,9,156); }
H1.HeaderClassName
{
color: #33099C;
}
.AnyTagClassName
{
color: #33099C;
}
</style>
background-color css
<style>
a { background-color: #33099C; }
a { background-color: rgb(51,9,156); }
div.DivClassName
{
background-color: #33099C;
}
.BgClassName
{
background-color: #33099C;
}
</style>
border-color css
<style>
span { border-color: #33099C; }
span { border-color: rgb(51,9,156); }
td.TdClassName
{
border-color: #33099C;
}
.TagClassName
{
border-color: #33099C;
}
</style>