Shades of Christalle #301C5A
Tints of Christalle #301C5A
RGB
CMYK
RGB Variations
Color information
#301C5A (or 0x301C5A) is known color: Christalle. HEX triplet: 30, 1C and 5A. RGB value is (48,28,90). Sum of RGB (Red+Green+Blue) = 48+28+90=166 (21% of max value = 765). Red value is 48 (19.14% from 255 or 28.92% from 166); Green value is 28 (11.33% from 255 or 16.87% from 166); Blue value is 90 (35.55% from 255 or 54.22% from 166); Max value from RGB is 90 - color contains mainly: blue. Hex color #301C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301C5A is #CFE3A5. Grayscale: #282828. Windows color (decimal): -13624230 or 5905456. OLE color: 5905456.
HSL color Cylindrical-coordinate representation of color #301C5A: hue angle of 259.35º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #301C5A is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 28 | 90 | - |
| CMYK | 0.47 | 0.69 | 0 | 0.65 |
| HSL | 259.35º | 0.53% | 0.23% | - |
| HSV(B) | 259.35º | 0.69% | 0.35% | - |
| XYZ | 3.48 | 2.2 | 9.91 | - |
| YUV | 41.05 | 155.63 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 28 | 90 | 0.47 | 0.69 | 0 | 0.65 | 259.35 | 0.53 | 0.23 |
| Hex | 30 | 1C | 5A | 2F | 45 | 0 | 41 | 103 | 35 | 17 |
| Octal | 60 | 34 | 132 | 57 | 105 | 0 | 101 | 403 | 65 | 27 |
| Binary | 110000 | 11100 | 1011010 | 101111 | 1000101 | 0 | 1000001 | 100000011 | 110101 | 10111 |
Color Harmonies of #301C5A
Complementary color
Monochromatic Colors of #301C5A
Black with #301C5A
Text Example
Text Example
White with #301C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301C5A; }
p { color: rgb(48,28,90); }
H1.HeaderClassName
{
color: #301C5A;
}
.AnyTagClassName
{
color: #301C5A;
}
</style>
background-color css
<style>
a { background-color: #301C5A; }
a { background-color: rgb(48,28,90); }
div.DivClassName
{
background-color: #301C5A;
}
.BgClassName
{
background-color: #301C5A;
}
</style>
border-color css
<style>
span { border-color: #301C5A; }
span { border-color: rgb(48,28,90); }
td.TdClassName
{
border-color: #301C5A;
}
.TagClassName
{
border-color: #301C5A;
}
</style>