Shades of Scarlet Gum #420F5B
Tints of Scarlet Gum #420F5B
RGB
CMYK
RGB Variations
Color information
#420F5B (or 0x420F5B) is known color: Scarlet Gum. HEX triplet: 42, 0F and 5B. RGB value is (66,15,91). Sum of RGB (Red+Green+Blue) = 66+15+91=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 15 (6.25% from 255 or 8.72% from 172); Blue value is 91 (35.94% from 255 or 52.91% from 172); Max value from RGB is 91 - color contains mainly: blue. Hex color #420F5B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420F5B is #BDF0A4. Grayscale: #262626. Windows color (decimal): -12447909 or 5967682. OLE color: 5967682.
HSL color Cylindrical-coordinate representation of color #420F5B: hue angle of 280.26º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #420F5B is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 15 | 91 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.64 |
| HSL | 280.26º | 0.72% | 0.21% | - |
| HSV(B) | 280.26º | 0.84% | 0.36% | - |
| XYZ | 4.31 | 2.26 | 10.11 | - |
| YUV | 38.91 | 157.4 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 15 | 91 | 0.27 | 0.84 | 0 | 0.64 | 280.26 | 0.72 | 0.21 |
| Hex | 42 | F | 5B | 1B | 54 | 0 | 40 | 118 | 48 | 15 |
| Octal | 102 | 17 | 133 | 33 | 124 | 0 | 100 | 430 | 110 | 25 |
| Binary | 1000010 | 1111 | 1011011 | 11011 | 1010100 | 0 | 1000000 | 100011000 | 1001000 | 10101 |
Color Harmonies of #420F5B
Complementary color
Monochromatic Colors of #420F5B
Black with #420F5B
Text Example
Text Example
White with #420F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420F5B; }
p { color: rgb(66,15,91); }
H1.HeaderClassName
{
color: #420F5B;
}
.AnyTagClassName
{
color: #420F5B;
}
</style>
background-color css
<style>
a { background-color: #420F5B; }
a { background-color: rgb(66,15,91); }
div.DivClassName
{
background-color: #420F5B;
}
.BgClassName
{
background-color: #420F5B;
}
</style>
border-color css
<style>
span { border-color: #420F5B; }
span { border-color: rgb(66,15,91); }
td.TdClassName
{
border-color: #420F5B;
}
.TagClassName
{
border-color: #420F5B;
}
</style>