Shades of Persian Indigo #33018F
Tints of Persian Indigo #33018F
RGB
CMYK
RGB Variations
Color information
#33018F (or 0x33018F) is known color: Persian Indigo. HEX triplet: 33, 01 and 8F. RGB value is (51,1,143). Sum of RGB (Red+Green+Blue) = 51+1+143=195 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.15% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 143 (56.25% from 255 or 73.33% from 195); Max value from RGB is 143 - color contains mainly: blue. Hex color #33018F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33018F is #CCFE70. Grayscale: #1F1F1F. Windows color (decimal): -13434481 or 9371955. OLE color: 9371955.
HSL color Cylindrical-coordinate representation of color #33018F: hue angle of 261.13º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #33018F is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 1 | 143 | - |
| CMYK | 0.64 | 0.99 | 0 | 0.44 |
| HSL | 261.13º | 0.99% | 0.28% | - |
| HSV(B) | 261.13º | 0.99% | 0.56% | - |
| XYZ | 6.33 | 2.71 | 26.18 | - |
| YUV | 32.14 | 190.57 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 1 | 143 | 0.64 | 0.99 | 0 | 0.44 | 261.13 | 0.99 | 0.28 |
| Hex | 33 | 1 | 8F | 40 | 63 | 0 | 2C | 105 | 63 | 1C |
| Octal | 63 | 1 | 217 | 100 | 143 | 0 | 54 | 405 | 143 | 34 |
| Binary | 110011 | 1 | 10001111 | 1000000 | 1100011 | 0 | 101100 | 100000101 | 1100011 | 11100 |
Color Harmonies of #33018F
Complementary color
Monochromatic Colors of #33018F
Black with #33018F
Text Example
Text Example
White with #33018F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33018F; }
p { color: rgb(51,1,143); }
H1.HeaderClassName
{
color: #33018F;
}
.AnyTagClassName
{
color: #33018F;
}
</style>
background-color css
<style>
a { background-color: #33018F; }
a { background-color: rgb(51,1,143); }
div.DivClassName
{
background-color: #33018F;
}
.BgClassName
{
background-color: #33018F;
}
</style>
border-color css
<style>
span { border-color: #33018F; }
span { border-color: rgb(51,1,143); }
td.TdClassName
{
border-color: #33018F;
}
.TagClassName
{
border-color: #33018F;
}
</style>