Shades of Persian Indigo #21035E
Tints of Persian Indigo #21035E
RGB
CMYK
RGB Variations
Color information
#21035E (or 0x21035E) is known color: Persian Indigo. HEX triplet: 21, 03 and 5E. RGB value is (33,3,94). Sum of RGB (Red+Green+Blue) = 33+3+94=130 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.38% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 94 (37.11% from 255 or 72.31% from 130); Max value from RGB is 94 - color contains mainly: blue. Hex color #21035E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21035E is #DEFCA1. Grayscale: #161616. Windows color (decimal): -14613666 or 6161185. OLE color: 6161185.
HSL color Cylindrical-coordinate representation of color #21035E: hue angle of 259.78º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #21035E is Cyan = 0.65, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 33 | 3 | 94 | - |
| CMYK | 0.65 | 0.97 | 0 | 0.63 |
| HSL | 259.78º | 0.94% | 0.19% | - |
| HSV(B) | 259.78º | 0.97% | 0.37% | - |
| XYZ | 2.68 | 1.2 | 10.68 | - |
| YUV | 22.34 | 168.44 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 3 | 94 | 0.65 | 0.97 | 0 | 0.63 | 259.78 | 0.94 | 0.19 |
| Hex | 21 | 3 | 5E | 41 | 61 | 0 | 3F | 104 | 5E | 13 |
| Octal | 41 | 3 | 136 | 101 | 141 | 0 | 77 | 404 | 136 | 23 |
| Binary | 100001 | 11 | 1011110 | 1000001 | 1100001 | 0 | 111111 | 100000100 | 1011110 | 10011 |
Color Harmonies of #21035E
Complementary color
Monochromatic Colors of #21035E
Black with #21035E
Text Example
Text Example
White with #21035E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21035E; }
p { color: rgb(33,3,94); }
H1.HeaderClassName
{
color: #21035E;
}
.AnyTagClassName
{
color: #21035E;
}
</style>
background-color css
<style>
a { background-color: #21035E; }
a { background-color: rgb(33,3,94); }
div.DivClassName
{
background-color: #21035E;
}
.BgClassName
{
background-color: #21035E;
}
</style>
border-color css
<style>
span { border-color: #21035E; }
span { border-color: rgb(33,3,94); }
td.TdClassName
{
border-color: #21035E;
}
.TagClassName
{
border-color: #21035E;
}
</style>