Shades of Persian Indigo #33099A
Tints of Persian Indigo #33099A
RGB
CMYK
RGB Variations
Color information
#33099A (or 0x33099A) is known color: Persian Indigo. HEX triplet: 33, 09 and 9A. RGB value is (51,9,154). Sum of RGB (Red+Green+Blue) = 51+9+154=214 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.83% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 154 (60.55% from 255 or 71.96% from 214); Max value from RGB is 154 - color contains mainly: blue. Hex color #33099A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33099A is #CCF665. Grayscale: #252525. Windows color (decimal): -13432422 or 10094899. OLE color: 10094899.
HSL color Cylindrical-coordinate representation of color #33099A: hue angle of 257.38º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #33099A is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 51 | 9 | 154 | - |
| CMYK | 0.67 | 0.94 | 0 | 0.40 |
| HSL | 257.38º | 0.89% | 0.32% | - |
| HSV(B) | 257.38º | 0.94% | 0.6% | - |
| XYZ | 7.3 | 3.23 | 30.81 | - |
| YUV | 38.09 | 193.41 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 9 | 154 | 0.67 | 0.94 | 0 | 0.40 | 257.38 | 0.89 | 0.32 |
| Hex | 33 | 9 | 9A | 43 | 5E | 0 | 28 | 101 | 59 | 20 |
| Octal | 63 | 11 | 232 | 103 | 136 | 0 | 50 | 401 | 131 | 40 |
| Binary | 110011 | 1001 | 10011010 | 1000011 | 1011110 | 0 | 101000 | 100000001 | 1011001 | 100000 |
Color Harmonies of #33099A
Complementary color
Monochromatic Colors of #33099A
Black with #33099A
Text Example
Text Example
White with #33099A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33099A; }
p { color: rgb(51,9,154); }
H1.HeaderClassName
{
color: #33099A;
}
.AnyTagClassName
{
color: #33099A;
}
</style>
background-color css
<style>
a { background-color: #33099A; }
a { background-color: rgb(51,9,154); }
div.DivClassName
{
background-color: #33099A;
}
.BgClassName
{
background-color: #33099A;
}
</style>
border-color css
<style>
span { border-color: #33099A; }
span { border-color: rgb(51,9,154); }
td.TdClassName
{
border-color: #33099A;
}
.TagClassName
{
border-color: #33099A;
}
</style>