Shades of Christalle #2F1A5C
Tints of Christalle #2F1A5C
RGB
CMYK
RGB Variations
Color information
#2F1A5C (or 0x2F1A5C) is known color: Christalle. HEX triplet: 2F, 1A and 5C. RGB value is (47,26,92). Sum of RGB (Red+Green+Blue) = 47+26+92=165 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.48% from 165); Green value is 26 (10.55% from 255 or 15.76% from 165); Blue value is 92 (36.33% from 255 or 55.76% from 165); Max value from RGB is 92 - color contains mainly: blue. Hex color #2F1A5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F1A5C is #D0E5A3. Grayscale: #272727. Windows color (decimal): -13690276 or 6036015. OLE color: 6036015.
HSL color Cylindrical-coordinate representation of color #2F1A5C: hue angle of 259.09º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F1A5C is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 47 | 26 | 92 | - |
| CMYK | 0.49 | 0.72 | 0 | 0.64 |
| HSL | 259.09º | 0.56% | 0.23% | - |
| HSV(B) | 259.09º | 0.72% | 0.36% | - |
| XYZ | 3.47 | 2.12 | 10.35 | - |
| YUV | 39.8 | 157.46 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 26 | 92 | 0.49 | 0.72 | 0 | 0.64 | 259.09 | 0.56 | 0.23 |
| Hex | 2F | 1A | 5C | 31 | 48 | 0 | 40 | 103 | 38 | 17 |
| Octal | 57 | 32 | 134 | 61 | 110 | 0 | 100 | 403 | 70 | 27 |
| Binary | 101111 | 11010 | 1011100 | 110001 | 1001000 | 0 | 1000000 | 100000011 | 111000 | 10111 |
Color Harmonies of #2F1A5C
Complementary color
Monochromatic Colors of #2F1A5C
Black with #2F1A5C
Text Example
Text Example
White with #2F1A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1A5C; }
p { color: rgb(47,26,92); }
H1.HeaderClassName
{
color: #2F1A5C;
}
.AnyTagClassName
{
color: #2F1A5C;
}
</style>
background-color css
<style>
a { background-color: #2F1A5C; }
a { background-color: rgb(47,26,92); }
div.DivClassName
{
background-color: #2F1A5C;
}
.BgClassName
{
background-color: #2F1A5C;
}
</style>
border-color css
<style>
span { border-color: #2F1A5C; }
span { border-color: rgb(47,26,92); }
td.TdClassName
{
border-color: #2F1A5C;
}
.TagClassName
{
border-color: #2F1A5C;
}
</style>