Shades of Christalle #301A5D
Tints of Christalle #301A5D
RGB
CMYK
RGB Variations
Color information
#301A5D (or 0x301A5D) is known color: Christalle. HEX triplet: 30, 1A and 5D. RGB value is (48,26,93). Sum of RGB (Red+Green+Blue) = 48+26+93=167 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.74% from 167); Green value is 26 (10.55% from 255 or 15.57% from 167); Blue value is 93 (36.72% from 255 or 55.69% from 167); Max value from RGB is 93 - color contains mainly: blue. Hex color #301A5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301A5D is #CFE5A2. Grayscale: #272727. Windows color (decimal): -13624739 or 6101552. OLE color: 6101552.
HSL color Cylindrical-coordinate representation of color #301A5D: hue angle of 259.7º 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 #301A5D is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 26 | 93 | - |
| CMYK | 0.48 | 0.72 | 0 | 0.64 |
| HSL | 259.7º | 0.56% | 0.23% | - |
| HSV(B) | 259.7º | 0.72% | 0.36% | - |
| XYZ | 3.56 | 2.16 | 10.58 | - |
| YUV | 40.22 | 157.79 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 26 | 93 | 0.48 | 0.72 | 0 | 0.64 | 259.7 | 0.56 | 0.23 |
| Hex | 30 | 1A | 5D | 30 | 48 | 0 | 40 | 104 | 38 | 17 |
| Octal | 60 | 32 | 135 | 60 | 110 | 0 | 100 | 404 | 70 | 27 |
| Binary | 110000 | 11010 | 1011101 | 110000 | 1001000 | 0 | 1000000 | 100000100 | 111000 | 10111 |
Color Harmonies of #301A5D
Complementary color
Monochromatic Colors of #301A5D
Black with #301A5D
Text Example
Text Example
White with #301A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301A5D; }
p { color: rgb(48,26,93); }
H1.HeaderClassName
{
color: #301A5D;
}
.AnyTagClassName
{
color: #301A5D;
}
</style>
background-color css
<style>
a { background-color: #301A5D; }
a { background-color: rgb(48,26,93); }
div.DivClassName
{
background-color: #301A5D;
}
.BgClassName
{
background-color: #301A5D;
}
</style>
border-color css
<style>
span { border-color: #301A5D; }
span { border-color: rgb(48,26,93); }
td.TdClassName
{
border-color: #301A5D;
}
.TagClassName
{
border-color: #301A5D;
}
</style>