Shades of Persian Indigo #33049C
Tints of Persian Indigo #33049C
RGB
CMYK
RGB Variations
Color information
#33049C (or 0x33049C) is known color: Persian Indigo. HEX triplet: 33, 04 and 9C. RGB value is (51,4,156). Sum of RGB (Red+Green+Blue) = 51+4+156=211 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.17% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 156 (61.33% from 255 or 73.93% from 211); Max value from RGB is 156 - color contains mainly: blue. Hex color #33049C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33049C is #CCFB63. Grayscale: #222222. Windows color (decimal): -13433700 or 10224691. OLE color: 10224691.
HSL color Cylindrical-coordinate representation of color #33049C: hue angle of 258.55º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #33049C is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 4 | 156 | - |
| CMYK | 0.67 | 0.97 | 0 | 0.39 |
| HSL | 258.55º | 0.95% | 0.31% | - |
| HSV(B) | 258.55º | 0.97% | 0.61% | - |
| XYZ | 7.41 | 3.19 | 31.68 | - |
| YUV | 35.38 | 196.07 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 4 | 156 | 0.67 | 0.97 | 0 | 0.39 | 258.55 | 0.95 | 0.31 |
| Hex | 33 | 4 | 9C | 43 | 61 | 0 | 27 | 103 | 5F | 1F |
| Octal | 63 | 4 | 234 | 103 | 141 | 0 | 47 | 403 | 137 | 37 |
| Binary | 110011 | 100 | 10011100 | 1000011 | 1100001 | 0 | 100111 | 100000011 | 1011111 | 11111 |
Color Harmonies of #33049C
Complementary color
Monochromatic Colors of #33049C
Black with #33049C
Text Example
Text Example
White with #33049C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33049C; }
p { color: rgb(51,4,156); }
H1.HeaderClassName
{
color: #33049C;
}
.AnyTagClassName
{
color: #33049C;
}
</style>
background-color css
<style>
a { background-color: #33049C; }
a { background-color: rgb(51,4,156); }
div.DivClassName
{
background-color: #33049C;
}
.BgClassName
{
background-color: #33049C;
}
</style>
border-color css
<style>
span { border-color: #33049C; }
span { border-color: rgb(51,4,156); }
td.TdClassName
{
border-color: #33049C;
}
.TagClassName
{
border-color: #33049C;
}
</style>