Shades of Persian Indigo #33038C
Tints of Persian Indigo #33038C
RGB
CMYK
RGB Variations
Color information
#33038C (or 0x33038C) is known color: Persian Indigo. HEX triplet: 33, 03 and 8C. RGB value is (51,3,140). Sum of RGB (Red+Green+Blue) = 51+3+140=194 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.29% from 194); Green value is 3 (1.56% from 255 or 1.55% from 194); Blue value is 140 (55.08% from 255 or 72.16% from 194); Max value from RGB is 140 - color contains mainly: blue. Hex color #33038C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33038C is #CCFC73. Grayscale: #202020. Windows color (decimal): -13433972 or 9175859. OLE color: 9175859.
HSL color Cylindrical-coordinate representation of color #33038C: hue angle of 261.02º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #33038C is Cyan = 0.64, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 3 | 140 | - |
| CMYK | 0.64 | 0.98 | 0 | 0.45 |
| HSL | 261.02º | 0.96% | 0.28% | - |
| HSV(B) | 261.02º | 0.98% | 0.55% | - |
| XYZ | 6.13 | 2.66 | 25 | - |
| YUV | 32.97 | 188.4 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 3 | 140 | 0.64 | 0.98 | 0 | 0.45 | 261.02 | 0.96 | 0.28 |
| Hex | 33 | 3 | 8C | 40 | 62 | 0 | 2D | 105 | 60 | 1C |
| Octal | 63 | 3 | 214 | 100 | 142 | 0 | 55 | 405 | 140 | 34 |
| Binary | 110011 | 11 | 10001100 | 1000000 | 1100010 | 0 | 101101 | 100000101 | 1100000 | 11100 |
Color Harmonies of #33038C
Complementary color
Monochromatic Colors of #33038C
Black with #33038C
Text Example
Text Example
White with #33038C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33038C; }
p { color: rgb(51,3,140); }
H1.HeaderClassName
{
color: #33038C;
}
.AnyTagClassName
{
color: #33038C;
}
</style>
background-color css
<style>
a { background-color: #33038C; }
a { background-color: rgb(51,3,140); }
div.DivClassName
{
background-color: #33038C;
}
.BgClassName
{
background-color: #33038C;
}
</style>
border-color css
<style>
span { border-color: #33038C; }
span { border-color: rgb(51,3,140); }
td.TdClassName
{
border-color: #33038C;
}
.TagClassName
{
border-color: #33038C;
}
</style>