Shades of Persian Indigo #33209B
Tints of Persian Indigo #33209B
RGB
CMYK
RGB Variations
Color information
#33209B (or 0x33209B) is known color: Persian Indigo. HEX triplet: 33, 20 and 9B. RGB value is (51,32,155). Sum of RGB (Red+Green+Blue) = 51+32+155=238 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.43% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 155 (60.94% from 255 or 65.13% from 238); Max value from RGB is 155 - color contains mainly: blue. Hex color #33209B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33209B is #CCDF64. Grayscale: #333333. Windows color (decimal): -13426533 or 10166323. OLE color: 10166323.
HSL color Cylindrical-coordinate representation of color #33209B: hue angle of 249.27º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33209B is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 32 | 155 | - |
| CMYK | 0.67 | 0.79 | 0 | 0.39 |
| HSL | 249.27º | 0.66% | 0.37% | - |
| HSV(B) | 249.27º | 0.79% | 0.61% | - |
| XYZ | 7.8 | 4.1 | 31.39 | - |
| YUV | 51.7 | 186.29 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 32 | 155 | 0.67 | 0.79 | 0 | 0.39 | 249.27 | 0.66 | 0.37 |
| Hex | 33 | 20 | 9B | 43 | 4F | 0 | 27 | F9 | 42 | 25 |
| Octal | 63 | 40 | 233 | 103 | 117 | 0 | 47 | 371 | 102 | 45 |
| Binary | 110011 | 100000 | 10011011 | 1000011 | 1001111 | 0 | 100111 | 11111001 | 1000010 | 100101 |
Color Harmonies of #33209B
Complementary color
Monochromatic Colors of #33209B
Black with #33209B
Text Example
Text Example
White with #33209B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33209B; }
p { color: rgb(51,32,155); }
H1.HeaderClassName
{
color: #33209B;
}
.AnyTagClassName
{
color: #33209B;
}
</style>
background-color css
<style>
a { background-color: #33209B; }
a { background-color: rgb(51,32,155); }
div.DivClassName
{
background-color: #33209B;
}
.BgClassName
{
background-color: #33209B;
}
</style>
border-color css
<style>
span { border-color: #33209B; }
span { border-color: rgb(51,32,155); }
td.TdClassName
{
border-color: #33209B;
}
.TagClassName
{
border-color: #33209B;
}
</style>