Shades of Persian Indigo #21095F
Tints of Persian Indigo #21095F
RGB
CMYK
RGB Variations
Color information
#21095F (or 0x21095F) is known color: Persian Indigo. HEX triplet: 21, 09 and 5F. RGB value is (33,9,95). Sum of RGB (Red+Green+Blue) = 33+9+95=137 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.09% from 137); Green value is 9 (3.91% from 255 or 6.57% from 137); Blue value is 95 (37.5% from 255 or 69.34% from 137); Max value from RGB is 95 - color contains mainly: blue. Hex color #21095F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21095F is #DEF6A0. Grayscale: #191919. Windows color (decimal): -14612129 or 6228257. OLE color: 6228257.
HSL color Cylindrical-coordinate representation of color #21095F: hue angle of 256.74º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #21095F is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 33 | 9 | 95 | - |
| CMYK | 0.65 | 0.91 | 0 | 0.63 |
| HSL | 256.74º | 0.83% | 0.2% | - |
| HSV(B) | 256.74º | 0.91% | 0.37% | - |
| XYZ | 2.79 | 1.34 | 10.94 | - |
| YUV | 25.98 | 166.95 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 9 | 95 | 0.65 | 0.91 | 0 | 0.63 | 256.74 | 0.83 | 0.2 |
| Hex | 21 | 9 | 5F | 41 | 5B | 0 | 3F | 101 | 53 | 14 |
| Octal | 41 | 11 | 137 | 101 | 133 | 0 | 77 | 401 | 123 | 24 |
| Binary | 100001 | 1001 | 1011111 | 1000001 | 1011011 | 0 | 111111 | 100000001 | 1010011 | 10100 |
Color Harmonies of #21095F
Complementary color
Monochromatic Colors of #21095F
Black with #21095F
Text Example
Text Example
White with #21095F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21095F; }
p { color: rgb(33,9,95); }
H1.HeaderClassName
{
color: #21095F;
}
.AnyTagClassName
{
color: #21095F;
}
</style>
background-color css
<style>
a { background-color: #21095F; }
a { background-color: rgb(33,9,95); }
div.DivClassName
{
background-color: #21095F;
}
.BgClassName
{
background-color: #21095F;
}
</style>
border-color css
<style>
span { border-color: #21095F; }
span { border-color: rgb(33,9,95); }
td.TdClassName
{
border-color: #21095F;
}
.TagClassName
{
border-color: #21095F;
}
</style>