Shades of Persian Indigo #33046C
Tints of Persian Indigo #33046C
RGB
CMYK
RGB Variations
Color information
#33046C (or 0x33046C) is known color: Persian Indigo. HEX triplet: 33, 04 and 6C. RGB value is (51,4,108). Sum of RGB (Red+Green+Blue) = 51+4+108=163 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.29% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 108 (42.58% from 255 or 66.26% from 163); Max value from RGB is 108 - color contains mainly: blue. Hex color #33046C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33046C is #CCFB93. Grayscale: #1D1D1D. Windows color (decimal): -13433748 or 7078963. OLE color: 7078963.
HSL color Cylindrical-coordinate representation of color #33046C: hue angle of 267.12º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #33046C is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 51 | 4 | 108 | - |
| CMYK | 0.53 | 0.96 | 0 | 0.58 |
| HSL | 267.12º | 0.93% | 0.22% | - |
| HSV(B) | 267.12º | 0.96% | 0.42% | - |
| XYZ | 4.12 | 1.87 | 14.33 | - |
| YUV | 29.91 | 172.07 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 4 | 108 | 0.53 | 0.96 | 0 | 0.58 | 267.12 | 0.93 | 0.22 |
| Hex | 33 | 4 | 6C | 35 | 60 | 0 | 3A | 10B | 5D | 16 |
| Octal | 63 | 4 | 154 | 65 | 140 | 0 | 72 | 413 | 135 | 26 |
| Binary | 110011 | 100 | 1101100 | 110101 | 1100000 | 0 | 111010 | 100001011 | 1011101 | 10110 |
Color Harmonies of #33046C
Complementary color
Monochromatic Colors of #33046C
Black with #33046C
Text Example
Text Example
White with #33046C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33046C; }
p { color: rgb(51,4,108); }
H1.HeaderClassName
{
color: #33046C;
}
.AnyTagClassName
{
color: #33046C;
}
</style>
background-color css
<style>
a { background-color: #33046C; }
a { background-color: rgb(51,4,108); }
div.DivClassName
{
background-color: #33046C;
}
.BgClassName
{
background-color: #33046C;
}
</style>
border-color css
<style>
span { border-color: #33046C; }
span { border-color: rgb(51,4,108); }
td.TdClassName
{
border-color: #33046C;
}
.TagClassName
{
border-color: #33046C;
}
</style>