Shades of Persian Indigo #33026A
Tints of Persian Indigo #33026A
RGB
CMYK
RGB Variations
Color information
#33026A (or 0x33026A) is known color: Persian Indigo. HEX triplet: 33, 02 and 6A. RGB value is (51,2,106). Sum of RGB (Red+Green+Blue) = 51+2+106=159 (21% of max value = 765). Red value is 51 (20.31% from 255 or 32.08% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 106 (41.80% from 255 or 66.67% from 159); Max value from RGB is 106 - color contains mainly: blue. Hex color #33026A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33026A is #CCFD95. Grayscale: #1C1C1C. Windows color (decimal): -13434262 or 6947379. OLE color: 6947379.
HSL color Cylindrical-coordinate representation of color #33026A: hue angle of 268.27º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #33026A is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 51 | 2 | 106 | - |
| CMYK | 0.52 | 0.98 | 0 | 0.58 |
| HSL | 268.27º | 0.96% | 0.21% | - |
| HSV(B) | 268.27º | 0.98% | 0.42% | - |
| XYZ | 3.99 | 1.79 | 13.77 | - |
| YUV | 28.51 | 171.73 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 2 | 106 | 0.52 | 0.98 | 0 | 0.58 | 268.27 | 0.96 | 0.21 |
| Hex | 33 | 2 | 6A | 34 | 62 | 0 | 3A | 10C | 60 | 15 |
| Octal | 63 | 2 | 152 | 64 | 142 | 0 | 72 | 414 | 140 | 25 |
| Binary | 110011 | 10 | 1101010 | 110100 | 1100010 | 0 | 111010 | 100001100 | 1100000 | 10101 |
Color Harmonies of #33026A
Complementary color
Monochromatic Colors of #33026A
Black with #33026A
Text Example
Text Example
White with #33026A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33026A; }
p { color: rgb(51,2,106); }
H1.HeaderClassName
{
color: #33026A;
}
.AnyTagClassName
{
color: #33026A;
}
</style>
background-color css
<style>
a { background-color: #33026A; }
a { background-color: rgb(51,2,106); }
div.DivClassName
{
background-color: #33026A;
}
.BgClassName
{
background-color: #33026A;
}
</style>
border-color css
<style>
span { border-color: #33026A; }
span { border-color: rgb(51,2,106); }
td.TdClassName
{
border-color: #33026A;
}
.TagClassName
{
border-color: #33026A;
}
</style>