Shades of Persian Indigo #33019D
Tints of Persian Indigo #33019D
RGB
CMYK
RGB Variations
Color information
#33019D (or 0x33019D) is known color: Persian Indigo. HEX triplet: 33, 01 and 9D. RGB value is (51,1,157). Sum of RGB (Red+Green+Blue) = 51+1+157=209 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.40% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 157 (61.72% from 255 or 75.12% from 209); Max value from RGB is 157 - color contains mainly: blue. Hex color #33019D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33019D is #CCFE62. Grayscale: #212121. Windows color (decimal): -13434467 or 10289459. OLE color: 10289459.
HSL color Cylindrical-coordinate representation of color #33019D: hue angle of 259.23º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #33019D is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 1 | 157 | - |
| CMYK | 0.68 | 0.99 | 0 | 0.38 |
| HSL | 259.23º | 0.99% | 0.31% | - |
| HSV(B) | 259.23º | 0.99% | 0.62% | - |
| XYZ | 7.46 | 3.16 | 32.11 | - |
| YUV | 33.73 | 197.57 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 1 | 157 | 0.68 | 0.99 | 0 | 0.38 | 259.23 | 0.99 | 0.31 |
| Hex | 33 | 1 | 9D | 44 | 63 | 0 | 26 | 103 | 63 | 1F |
| Octal | 63 | 1 | 235 | 104 | 143 | 0 | 46 | 403 | 143 | 37 |
| Binary | 110011 | 1 | 10011101 | 1000100 | 1100011 | 0 | 100110 | 100000011 | 1100011 | 11111 |
Color Harmonies of #33019D
Complementary color
Monochromatic Colors of #33019D
Black with #33019D
Text Example
Text Example
White with #33019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33019D; }
p { color: rgb(51,1,157); }
H1.HeaderClassName
{
color: #33019D;
}
.AnyTagClassName
{
color: #33019D;
}
</style>
background-color css
<style>
a { background-color: #33019D; }
a { background-color: rgb(51,1,157); }
div.DivClassName
{
background-color: #33019D;
}
.BgClassName
{
background-color: #33019D;
}
</style>
border-color css
<style>
span { border-color: #33019D; }
span { border-color: rgb(51,1,157); }
td.TdClassName
{
border-color: #33019D;
}
.TagClassName
{
border-color: #33019D;
}
</style>