Shades of Christalle #21095D
Tints of Christalle #21095D
RGB
CMYK
RGB Variations
Color information
#21095D (or 0x21095D) is known color: Christalle. HEX triplet: 21, 09 and 5D. RGB value is (33,9,93). Sum of RGB (Red+Green+Blue) = 33+9+93=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 9 (3.91% from 255 or 6.67% from 135); Blue value is 93 (36.72% from 255 or 68.89% from 135); Max value from RGB is 93 - color contains mainly: blue. Hex color #21095D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21095D is #DEF6A2. Grayscale: #191919. Windows color (decimal): -14612131 or 6097185. OLE color: 6097185.
HSL color Cylindrical-coordinate representation of color #21095D: hue angle of 257.14º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #21095D is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 9 | 93 | - |
| CMYK | 0.65 | 0.90 | 0 | 0.64 |
| HSL | 257.14º | 0.82% | 0.2% | - |
| HSV(B) | 257.14º | 0.9% | 0.36% | - |
| XYZ | 2.7 | 1.31 | 10.47 | - |
| YUV | 25.75 | 165.95 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 9 | 93 | 0.65 | 0.90 | 0 | 0.64 | 257.14 | 0.82 | 0.2 |
| Hex | 21 | 9 | 5D | 41 | 5A | 0 | 40 | 101 | 52 | 14 |
| Octal | 41 | 11 | 135 | 101 | 132 | 0 | 100 | 401 | 122 | 24 |
| Binary | 100001 | 1001 | 1011101 | 1000001 | 1011010 | 0 | 1000000 | 100000001 | 1010010 | 10100 |
Color Harmonies of #21095D
Complementary color
Monochromatic Colors of #21095D
Black with #21095D
Text Example
Text Example
White with #21095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21095D; }
p { color: rgb(33,9,93); }
H1.HeaderClassName
{
color: #21095D;
}
.AnyTagClassName
{
color: #21095D;
}
</style>
background-color css
<style>
a { background-color: #21095D; }
a { background-color: rgb(33,9,93); }
div.DivClassName
{
background-color: #21095D;
}
.BgClassName
{
background-color: #21095D;
}
</style>
border-color css
<style>
span { border-color: #21095D; }
span { border-color: rgb(33,9,93); }
td.TdClassName
{
border-color: #21095D;
}
.TagClassName
{
border-color: #21095D;
}
</style>