Shades of Persian Indigo #33009D
Tints of Persian Indigo #33009D
RGB
CMYK
RGB Variations
Color information
#33009D (or 0x33009D) is known color: Persian Indigo. HEX triplet: 33, 00 and 9D. RGB value is (51,0,157). Sum of RGB (Red+Green+Blue) = 51+0+157=208 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.52% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 157 (61.72% from 255 or 75.48% from 208); Max value from RGB is 157 - color contains mainly: blue. Hex color #33009D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33009D is #CCFF62. Grayscale: #202020. Windows color (decimal): -13434723 or 10289203. OLE color: 10289203.
HSL color Cylindrical-coordinate representation of color #33009D: hue angle of 259.49º 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 #33009D is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 0 | 157 | - |
| CMYK | 0.68 | 1 | 0 | 0.38 |
| HSL | 259.49º | 1% | 0.31% | - |
| HSV(B) | 259.49º | 1% | 0.62% | - |
| XYZ | 7.45 | 3.14 | 32.11 | - |
| YUV | 33.15 | 197.9 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 0 | 157 | 0.68 | 1 | 0 | 0.38 | 259.49 | 1 | 0.31 |
| Hex | 33 | 0 | 9D | 44 | 64 | 0 | 26 | 103 | 64 | 1F |
| Octal | 63 | 0 | 235 | 104 | 144 | 0 | 46 | 403 | 144 | 37 |
| Binary | 110011 | 0 | 10011101 | 1000100 | 1100100 | 0 | 100110 | 100000011 | 1100100 | 11111 |
Color Harmonies of #33009D
Complementary color
Monochromatic Colors of #33009D
Black with #33009D
Text Example
Text Example
White with #33009D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33009D; }
p { color: rgb(51,0,157); }
H1.HeaderClassName
{
color: #33009D;
}
.AnyTagClassName
{
color: #33009D;
}
</style>
background-color css
<style>
a { background-color: #33009D; }
a { background-color: rgb(51,0,157); }
div.DivClassName
{
background-color: #33009D;
}
.BgClassName
{
background-color: #33009D;
}
</style>
border-color css
<style>
span { border-color: #33009D; }
span { border-color: rgb(51,0,157); }
td.TdClassName
{
border-color: #33009D;
}
.TagClassName
{
border-color: #33009D;
}
</style>