Shades of Persian Indigo #21025C
Tints of Persian Indigo #21025C
RGB
CMYK
RGB Variations
Color information
#21025C (or 0x21025C) is known color: Persian Indigo. HEX triplet: 21, 02 and 5C. RGB value is (33,2,92). Sum of RGB (Red+Green+Blue) = 33+2+92=127 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.98% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 92 (36.33% from 255 or 72.44% from 127); Max value from RGB is 92 - color contains mainly: blue. Hex color #21025C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21025C is #DEFDA3. Grayscale: #151515. Windows color (decimal): -14613924 or 6029857. OLE color: 6029857.
HSL color Cylindrical-coordinate representation of color #21025C: hue angle of 260.67º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #21025C is Cyan = 0.64, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 2 | 92 | - |
| CMYK | 0.64 | 0.98 | 0 | 0.64 |
| HSL | 260.67º | 0.96% | 0.18% | - |
| HSV(B) | 260.67º | 0.98% | 0.36% | - |
| XYZ | 2.58 | 1.14 | 10.21 | - |
| YUV | 21.53 | 167.77 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 2 | 92 | 0.64 | 0.98 | 0 | 0.64 | 260.67 | 0.96 | 0.18 |
| Hex | 21 | 2 | 5C | 40 | 62 | 0 | 40 | 105 | 60 | 12 |
| Octal | 41 | 2 | 134 | 100 | 142 | 0 | 100 | 405 | 140 | 22 |
| Binary | 100001 | 10 | 1011100 | 1000000 | 1100010 | 0 | 1000000 | 100000101 | 1100000 | 10010 |
Color Harmonies of #21025C
Complementary color
Monochromatic Colors of #21025C
Black with #21025C
Text Example
Text Example
White with #21025C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21025C; }
p { color: rgb(33,2,92); }
H1.HeaderClassName
{
color: #21025C;
}
.AnyTagClassName
{
color: #21025C;
}
</style>
background-color css
<style>
a { background-color: #21025C; }
a { background-color: rgb(33,2,92); }
div.DivClassName
{
background-color: #21025C;
}
.BgClassName
{
background-color: #21025C;
}
</style>
border-color css
<style>
span { border-color: #21025C; }
span { border-color: rgb(33,2,92); }
td.TdClassName
{
border-color: #21025C;
}
.TagClassName
{
border-color: #21025C;
}
</style>