Shades of Persian Indigo #33027E
Tints of Persian Indigo #33027E
RGB
CMYK
RGB Variations
Color information
#33027E (or 0x33027E) is known color: Persian Indigo. HEX triplet: 33, 02 and 7E. RGB value is (51,2,126). Sum of RGB (Red+Green+Blue) = 51+2+126=179 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.49% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 126 (49.61% from 255 or 70.39% from 179); Max value from RGB is 126 - color contains mainly: blue. Hex color #33027E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33027E is #CCFD81. Grayscale: #1E1E1E. Windows color (decimal): -13434242 or 8258099. OLE color: 8258099.
HSL color Cylindrical-coordinate representation of color #33027E: hue angle of 263.71º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #33027E is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 2 | 126 | - |
| CMYK | 0.60 | 0.98 | 0 | 0.51 |
| HSL | 263.71º | 0.97% | 0.25% | - |
| HSV(B) | 263.71º | 0.98% | 0.49% | - |
| XYZ | 5.15 | 2.25 | 19.9 | - |
| YUV | 30.79 | 181.73 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 2 | 126 | 0.60 | 0.98 | 0 | 0.51 | 263.71 | 0.97 | 0.25 |
| Hex | 33 | 2 | 7E | 3C | 62 | 0 | 33 | 108 | 61 | 19 |
| Octal | 63 | 2 | 176 | 74 | 142 | 0 | 63 | 410 | 141 | 31 |
| Binary | 110011 | 10 | 1111110 | 111100 | 1100010 | 0 | 110011 | 100001000 | 1100001 | 11001 |
Color Harmonies of #33027E
Complementary color
Monochromatic Colors of #33027E
Black with #33027E
Text Example
Text Example
White with #33027E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33027E; }
p { color: rgb(51,2,126); }
H1.HeaderClassName
{
color: #33027E;
}
.AnyTagClassName
{
color: #33027E;
}
</style>
background-color css
<style>
a { background-color: #33027E; }
a { background-color: rgb(51,2,126); }
div.DivClassName
{
background-color: #33027E;
}
.BgClassName
{
background-color: #33027E;
}
</style>
border-color css
<style>
span { border-color: #33027E; }
span { border-color: rgb(51,2,126); }
td.TdClassName
{
border-color: #33027E;
}
.TagClassName
{
border-color: #33027E;
}
</style>