Shades of Christalle #21085D
Tints of Christalle #21085D
RGB
CMYK
RGB Variations
Color information
#21085D (or 0x21085D) is known color: Christalle. HEX triplet: 21, 08 and 5D. RGB value is (33,8,93). Sum of RGB (Red+Green+Blue) = 33+8+93=134 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.63% from 134); Green value is 8 (3.52% from 255 or 5.97% from 134); Blue value is 93 (36.72% from 255 or 69.40% from 134); Max value from RGB is 93 - color contains mainly: blue. Hex color #21085D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21085D is #DEF7A2. Grayscale: #181818. Windows color (decimal): -14612387 or 6096929. OLE color: 6096929.
HSL color Cylindrical-coordinate representation of color #21085D: hue angle of 257.65º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #21085D is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 8 | 93 | - |
| CMYK | 0.65 | 0.91 | 0 | 0.64 |
| HSL | 257.65º | 0.84% | 0.2% | - |
| HSV(B) | 257.65º | 0.91% | 0.36% | - |
| XYZ | 2.69 | 1.29 | 10.46 | - |
| YUV | 25.17 | 166.28 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 8 | 93 | 0.65 | 0.91 | 0 | 0.64 | 257.65 | 0.84 | 0.2 |
| Hex | 21 | 8 | 5D | 41 | 5B | 0 | 40 | 102 | 54 | 14 |
| Octal | 41 | 10 | 135 | 101 | 133 | 0 | 100 | 402 | 124 | 24 |
| Binary | 100001 | 1000 | 1011101 | 1000001 | 1011011 | 0 | 1000000 | 100000010 | 1010100 | 10100 |
Color Harmonies of #21085D
Complementary color
Monochromatic Colors of #21085D
Black with #21085D
Text Example
Text Example
White with #21085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21085D; }
p { color: rgb(33,8,93); }
H1.HeaderClassName
{
color: #21085D;
}
.AnyTagClassName
{
color: #21085D;
}
</style>
background-color css
<style>
a { background-color: #21085D; }
a { background-color: rgb(33,8,93); }
div.DivClassName
{
background-color: #21085D;
}
.BgClassName
{
background-color: #21085D;
}
</style>
border-color css
<style>
span { border-color: #21085D; }
span { border-color: rgb(33,8,93); }
td.TdClassName
{
border-color: #21085D;
}
.TagClassName
{
border-color: #21085D;
}
</style>