Shades of Christalle #23025B
Tints of Christalle #23025B
RGB
CMYK
RGB Variations
Color information
#23025B (or 0x23025B) is known color: Christalle. HEX triplet: 23, 02 and 5B. RGB value is (35,2,91). Sum of RGB (Red+Green+Blue) = 35+2+91=128 (16% of max value = 765). Red value is 35 (14.06% from 255 or 27.34% from 128); Green value is 2 (1.17% from 255 or 1.56% from 128); Blue value is 91 (35.94% from 255 or 71.09% from 128); Max value from RGB is 91 - color contains mainly: blue. Hex color #23025B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23025B is #DCFDA4. Grayscale: #151515. Windows color (decimal): -14482853 or 5964323. OLE color: 5964323.
HSL color Cylindrical-coordinate representation of color #23025B: hue angle of 262.25º 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 #23025B is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 2 | 91 | - |
| CMYK | 0.62 | 0.98 | 0 | 0.64 |
| HSL | 262.25º | 0.96% | 0.18% | - |
| HSV(B) | 262.25º | 0.98% | 0.36% | - |
| XYZ | 2.6 | 1.16 | 9.98 | - |
| YUV | 22.01 | 166.93 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 2 | 91 | 0.62 | 0.98 | 0 | 0.64 | 262.25 | 0.96 | 0.18 |
| Hex | 23 | 2 | 5B | 3E | 62 | 0 | 40 | 106 | 60 | 12 |
| Octal | 43 | 2 | 133 | 76 | 142 | 0 | 100 | 406 | 140 | 22 |
| Binary | 100011 | 10 | 1011011 | 111110 | 1100010 | 0 | 1000000 | 100000110 | 1100000 | 10010 |
Color Harmonies of #23025B
Complementary color
Monochromatic Colors of #23025B
Black with #23025B
Text Example
Text Example
White with #23025B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23025B; }
p { color: rgb(35,2,91); }
H1.HeaderClassName
{
color: #23025B;
}
.AnyTagClassName
{
color: #23025B;
}
</style>
background-color css
<style>
a { background-color: #23025B; }
a { background-color: rgb(35,2,91); }
div.DivClassName
{
background-color: #23025B;
}
.BgClassName
{
background-color: #23025B;
}
</style>
border-color css
<style>
span { border-color: #23025B; }
span { border-color: rgb(35,2,91); }
td.TdClassName
{
border-color: #23025B;
}
.TagClassName
{
border-color: #23025B;
}
</style>