Shades of Christalle #2D0F5A
Tints of Christalle #2D0F5A
RGB
CMYK
RGB Variations
Color information
#2D0F5A (or 0x2D0F5A) is known color: Christalle. HEX triplet: 2D, 0F and 5A. RGB value is (45,15,90). Sum of RGB (Red+Green+Blue) = 45+15+90=150 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30% from 150); Green value is 15 (6.25% from 255 or 10% from 150); Blue value is 90 (35.55% from 255 or 60% from 150); Max value from RGB is 90 - color contains mainly: blue. Hex color #2D0F5A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0F5A is #D2F0A5. Grayscale: #202020. Windows color (decimal): -13824166 or 5902125. OLE color: 5902125.
HSL color Cylindrical-coordinate representation of color #2D0F5A: hue angle of 264º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2D0F5A is Cyan = 0.50, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 15 | 90 | - |
| CMYK | 0.50 | 0.83 | 0 | 0.65 |
| HSL | 264º | 0.71% | 0.21% | - |
| HSV(B) | 264º | 0.83% | 0.35% | - |
| XYZ | 3.1 | 1.64 | 9.83 | - |
| YUV | 32.52 | 160.44 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 15 | 90 | 0.50 | 0.83 | 0 | 0.65 | 264 | 0.71 | 0.21 |
| Hex | 2D | F | 5A | 32 | 53 | 0 | 41 | 108 | 47 | 15 |
| Octal | 55 | 17 | 132 | 62 | 123 | 0 | 101 | 410 | 107 | 25 |
| Binary | 101101 | 1111 | 1011010 | 110010 | 1010011 | 0 | 1000001 | 100001000 | 1000111 | 10101 |
Color Harmonies of #2D0F5A
Complementary color
Monochromatic Colors of #2D0F5A
Black with #2D0F5A
Text Example
Text Example
White with #2D0F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0F5A; }
p { color: rgb(45,15,90); }
H1.HeaderClassName
{
color: #2D0F5A;
}
.AnyTagClassName
{
color: #2D0F5A;
}
</style>
background-color css
<style>
a { background-color: #2D0F5A; }
a { background-color: rgb(45,15,90); }
div.DivClassName
{
background-color: #2D0F5A;
}
.BgClassName
{
background-color: #2D0F5A;
}
</style>
border-color css
<style>
span { border-color: #2D0F5A; }
span { border-color: rgb(45,15,90); }
td.TdClassName
{
border-color: #2D0F5A;
}
.TagClassName
{
border-color: #2D0F5A;
}
</style>