Shades of Scarlet Gum #42065B
Tints of Scarlet Gum #42065B
RGB
CMYK
RGB Variations
Color information
#42065B (or 0x42065B) is known color: Scarlet Gum. HEX triplet: 42, 06 and 5B. RGB value is (66,6,91). Sum of RGB (Red+Green+Blue) = 66+6+91=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 6 (2.73% from 255 or 3.68% from 163); Blue value is 91 (35.94% from 255 or 55.83% from 163); Max value from RGB is 91 - color contains mainly: blue. Hex color #42065B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42065B is #BDF9A4. Grayscale: #212121. Windows color (decimal): -12450213 or 5965378. OLE color: 5965378.
HSL color Cylindrical-coordinate representation of color #42065B: hue angle of 282.35º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #42065B is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 6 | 91 | - |
| CMYK | 0.27 | 0.93 | 0 | 0.64 |
| HSL | 282.35º | 0.88% | 0.19% | - |
| HSV(B) | 282.35º | 0.93% | 0.36% | - |
| XYZ | 4.2 | 2.04 | 10.07 | - |
| YUV | 33.63 | 160.38 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 6 | 91 | 0.27 | 0.93 | 0 | 0.64 | 282.35 | 0.88 | 0.19 |
| Hex | 42 | 6 | 5B | 1B | 5D | 0 | 40 | 11A | 58 | 13 |
| Octal | 102 | 6 | 133 | 33 | 135 | 0 | 100 | 432 | 130 | 23 |
| Binary | 1000010 | 110 | 1011011 | 11011 | 1011101 | 0 | 1000000 | 100011010 | 1011000 | 10011 |
Color Harmonies of #42065B
Complementary color
Monochromatic Colors of #42065B
Black with #42065B
Text Example
Text Example
White with #42065B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42065B; }
p { color: rgb(66,6,91); }
H1.HeaderClassName
{
color: #42065B;
}
.AnyTagClassName
{
color: #42065B;
}
</style>
background-color css
<style>
a { background-color: #42065B; }
a { background-color: rgb(66,6,91); }
div.DivClassName
{
background-color: #42065B;
}
.BgClassName
{
background-color: #42065B;
}
</style>
border-color css
<style>
span { border-color: #42065B; }
span { border-color: rgb(66,6,91); }
td.TdClassName
{
border-color: #42065B;
}
.TagClassName
{
border-color: #42065B;
}
</style>