Shades of Persian Indigo #33009E
Tints of Persian Indigo #33009E
RGB
CMYK
RGB Variations
Color information
#33009E (or 0x33009E) is known color: Persian Indigo. HEX triplet: 33, 00 and 9E. RGB value is (51,0,158). Sum of RGB (Red+Green+Blue) = 51+0+158=209 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.40% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 158 (62.11% from 255 or 75.60% from 209); Max value from RGB is 158 - color contains mainly: blue. Hex color #33009E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33009E is #CCFF61. Grayscale: #202020. Windows color (decimal): -13434722 or 10354739. OLE color: 10354739.
HSL color Cylindrical-coordinate representation of color #33009E: hue angle of 259.37º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #33009E is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 0 | 158 | - |
| CMYK | 0.68 | 1 | 0 | 0.38 |
| HSL | 259.37º | 1% | 0.31% | - |
| HSV(B) | 259.37º | 1% | 0.62% | - |
| XYZ | 7.54 | 3.17 | 32.56 | - |
| YUV | 33.26 | 198.4 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 0 | 158 | 0.68 | 1 | 0 | 0.38 | 259.37 | 1 | 0.31 |
| Hex | 33 | 0 | 9E | 44 | 64 | 0 | 26 | 103 | 64 | 1F |
| Octal | 63 | 0 | 236 | 104 | 144 | 0 | 46 | 403 | 144 | 37 |
| Binary | 110011 | 0 | 10011110 | 1000100 | 1100100 | 0 | 100110 | 100000011 | 1100100 | 11111 |
Color Harmonies of #33009E
Complementary color
Monochromatic Colors of #33009E
Black with #33009E
Text Example
Text Example
White with #33009E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33009E; }
p { color: rgb(51,0,158); }
H1.HeaderClassName
{
color: #33009E;
}
.AnyTagClassName
{
color: #33009E;
}
</style>
background-color css
<style>
a { background-color: #33009E; }
a { background-color: rgb(51,0,158); }
div.DivClassName
{
background-color: #33009E;
}
.BgClassName
{
background-color: #33009E;
}
</style>
border-color css
<style>
span { border-color: #33009E; }
span { border-color: rgb(51,0,158); }
td.TdClassName
{
border-color: #33009E;
}
.TagClassName
{
border-color: #33009E;
}
</style>