Shades of Scarlet Gum #420B5D
Tints of Scarlet Gum #420B5D
RGB
CMYK
RGB Variations
Color information
#420B5D (or 0x420B5D) is known color: Scarlet Gum. HEX triplet: 42, 0B and 5D. RGB value is (66,11,93). Sum of RGB (Red+Green+Blue) = 66+11+93=170 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.82% from 170); Green value is 11 (4.69% from 255 or 6.47% from 170); Blue value is 93 (36.72% from 255 or 54.71% from 170); Max value from RGB is 93 - color contains mainly: blue. Hex color #420B5D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420B5D is #BDF4A2. Grayscale: #242424. Windows color (decimal): -12448931 or 6097730. OLE color: 6097730.
HSL color Cylindrical-coordinate representation of color #420B5D: hue angle of 280.24º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #420B5D is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 11 | 93 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.64 |
| HSL | 280.24º | 0.79% | 0.2% | - |
| HSV(B) | 280.24º | 0.88% | 0.36% | - |
| XYZ | 4.34 | 2.19 | 10.55 | - |
| YUV | 36.79 | 159.72 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 11 | 93 | 0.29 | 0.88 | 0 | 0.64 | 280.24 | 0.79 | 0.2 |
| Hex | 42 | B | 5D | 1D | 58 | 0 | 40 | 118 | 4F | 14 |
| Octal | 102 | 13 | 135 | 35 | 130 | 0 | 100 | 430 | 117 | 24 |
| Binary | 1000010 | 1011 | 1011101 | 11101 | 1011000 | 0 | 1000000 | 100011000 | 1001111 | 10100 |
Color Harmonies of #420B5D
Complementary color
Monochromatic Colors of #420B5D
Black with #420B5D
Text Example
Text Example
White with #420B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420B5D; }
p { color: rgb(66,11,93); }
H1.HeaderClassName
{
color: #420B5D;
}
.AnyTagClassName
{
color: #420B5D;
}
</style>
background-color css
<style>
a { background-color: #420B5D; }
a { background-color: rgb(66,11,93); }
div.DivClassName
{
background-color: #420B5D;
}
.BgClassName
{
background-color: #420B5D;
}
</style>
border-color css
<style>
span { border-color: #420B5D; }
span { border-color: rgb(66,11,93); }
td.TdClassName
{
border-color: #420B5D;
}
.TagClassName
{
border-color: #420B5D;
}
</style>