Shades of Christalle #43285E
Tints of Christalle #43285E
RGB
CMYK
RGB Variations
Color information
#43285E (or 0x43285E) is known color: Christalle. HEX triplet: 43, 28 and 5E. RGB value is (67,40,94). Sum of RGB (Red+Green+Blue) = 67+40+94=201 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.33% from 201); Green value is 40 (16.02% from 255 or 19.90% from 201); Blue value is 94 (37.11% from 255 or 46.77% from 201); Max value from RGB is 94 - color contains mainly: blue. Hex color #43285E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43285E is #BCD7A1. Grayscale: #363636. Windows color (decimal): -12375970 or 6170691. OLE color: 6170691.
HSL color Cylindrical-coordinate representation of color #43285E: hue angle of 270º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #43285E is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 67 | 40 | 94 | - |
| CMYK | 0.29 | 0.57 | 0 | 0.63 |
| HSL | 270º | 0.4% | 0.26% | - |
| HSV(B) | 270º | 0.57% | 0.37% | - |
| XYZ | 5.09 | 3.52 | 11 | - |
| YUV | 54.23 | 150.45 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 40 | 94 | 0.29 | 0.57 | 0 | 0.63 | 270 | 0.4 | 0.26 |
| Hex | 43 | 28 | 5E | 1D | 39 | 0 | 3F | 10E | 28 | 1A |
| Octal | 103 | 50 | 136 | 35 | 71 | 0 | 77 | 416 | 50 | 32 |
| Binary | 1000011 | 101000 | 1011110 | 11101 | 111001 | 0 | 111111 | 100001110 | 101000 | 11010 |
Color Harmonies of #43285E
Complementary color
Monochromatic Colors of #43285E
Black with #43285E
Text Example
Text Example
White with #43285E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43285E; }
p { color: rgb(67,40,94); }
H1.HeaderClassName
{
color: #43285E;
}
.AnyTagClassName
{
color: #43285E;
}
</style>
background-color css
<style>
a { background-color: #43285E; }
a { background-color: rgb(67,40,94); }
div.DivClassName
{
background-color: #43285E;
}
.BgClassName
{
background-color: #43285E;
}
</style>
border-color css
<style>
span { border-color: #43285E; }
span { border-color: rgb(67,40,94); }
td.TdClassName
{
border-color: #43285E;
}
.TagClassName
{
border-color: #43285E;
}
</style>