Shades of Persian Indigo #21045E
Tints of Persian Indigo #21045E
RGB
CMYK
RGB Variations
Color information
#21045E (or 0x21045E) is known color: Persian Indigo. HEX triplet: 21, 04 and 5E. RGB value is (33,4,94). Sum of RGB (Red+Green+Blue) = 33+4+94=131 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.19% from 131); Green value is 4 (1.95% from 255 or 3.05% from 131); Blue value is 94 (37.11% from 255 or 71.76% from 131); Max value from RGB is 94 - color contains mainly: blue. Hex color #21045E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21045E is #DEFBA1. Grayscale: #161616. Windows color (decimal): -14613410 or 6161441. OLE color: 6161441.
HSL color Cylindrical-coordinate representation of color #21045E: hue angle of 259.33º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #21045E is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 33 | 4 | 94 | - |
| CMYK | 0.65 | 0.96 | 0 | 0.63 |
| HSL | 259.33º | 0.92% | 0.19% | - |
| HSV(B) | 259.33º | 0.96% | 0.37% | - |
| XYZ | 2.69 | 1.22 | 10.68 | - |
| YUV | 22.93 | 168.11 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 4 | 94 | 0.65 | 0.96 | 0 | 0.63 | 259.33 | 0.92 | 0.19 |
| Hex | 21 | 4 | 5E | 41 | 60 | 0 | 3F | 103 | 5C | 13 |
| Octal | 41 | 4 | 136 | 101 | 140 | 0 | 77 | 403 | 134 | 23 |
| Binary | 100001 | 100 | 1011110 | 1000001 | 1100000 | 0 | 111111 | 100000011 | 1011100 | 10011 |
Color Harmonies of #21045E
Complementary color
Monochromatic Colors of #21045E
Black with #21045E
Text Example
Text Example
White with #21045E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21045E; }
p { color: rgb(33,4,94); }
H1.HeaderClassName
{
color: #21045E;
}
.AnyTagClassName
{
color: #21045E;
}
</style>
background-color css
<style>
a { background-color: #21045E; }
a { background-color: rgb(33,4,94); }
div.DivClassName
{
background-color: #21045E;
}
.BgClassName
{
background-color: #21045E;
}
</style>
border-color css
<style>
span { border-color: #21045E; }
span { border-color: rgb(33,4,94); }
td.TdClassName
{
border-color: #21045E;
}
.TagClassName
{
border-color: #21045E;
}
</style>