Shades of Scarlet Gum #42085C
Tints of Scarlet Gum #42085C
RGB
CMYK
RGB Variations
Color information
#42085C (or 0x42085C) is known color: Scarlet Gum. HEX triplet: 42, 08 and 5C. RGB value is (66,8,92). Sum of RGB (Red+Green+Blue) = 66+8+92=166 (21% of max value = 765). Red value is 66 (26.17% from 255 or 39.76% from 166); Green value is 8 (3.52% from 255 or 4.82% from 166); Blue value is 92 (36.33% from 255 or 55.42% from 166); Max value from RGB is 92 - color contains mainly: blue. Hex color #42085C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42085C is #BDF7A3. Grayscale: #222222. Windows color (decimal): -12449700 or 6031426. OLE color: 6031426.
HSL color Cylindrical-coordinate representation of color #42085C: hue angle of 281.43º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #42085C is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 8 | 92 | - |
| CMYK | 0.28 | 0.91 | 0 | 0.64 |
| HSL | 281.43º | 0.84% | 0.2% | - |
| HSV(B) | 281.43º | 0.91% | 0.36% | - |
| XYZ | 4.27 | 2.1 | 10.31 | - |
| YUV | 34.92 | 160.22 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 8 | 92 | 0.28 | 0.91 | 0 | 0.64 | 281.43 | 0.84 | 0.2 |
| Hex | 42 | 8 | 5C | 1C | 5B | 0 | 40 | 119 | 54 | 14 |
| Octal | 102 | 10 | 134 | 34 | 133 | 0 | 100 | 431 | 124 | 24 |
| Binary | 1000010 | 1000 | 1011100 | 11100 | 1011011 | 0 | 1000000 | 100011001 | 1010100 | 10100 |
Color Harmonies of #42085C
Complementary color
Monochromatic Colors of #42085C
Black with #42085C
Text Example
Text Example
White with #42085C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42085C; }
p { color: rgb(66,8,92); }
H1.HeaderClassName
{
color: #42085C;
}
.AnyTagClassName
{
color: #42085C;
}
</style>
background-color css
<style>
a { background-color: #42085C; }
a { background-color: rgb(66,8,92); }
div.DivClassName
{
background-color: #42085C;
}
.BgClassName
{
background-color: #42085C;
}
</style>
border-color css
<style>
span { border-color: #42085C; }
span { border-color: rgb(66,8,92); }
td.TdClassName
{
border-color: #42085C;
}
.TagClassName
{
border-color: #42085C;
}
</style>