Shades of Scarlet Gum #440658
Tints of Scarlet Gum #440658
RGB
CMYK
RGB Variations
Color information
#440658 (or 0x440658) is known color: Scarlet Gum. HEX triplet: 44, 06 and 58. RGB value is (68,6,88). Sum of RGB (Red+Green+Blue) = 68+6+88=162 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.98% from 162); Green value is 6 (2.73% from 255 or 3.70% from 162); Blue value is 88 (34.77% from 255 or 54.32% from 162); Max value from RGB is 88 - color contains mainly: blue. Hex color #440658 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440658 is #BBF9A7. Grayscale: #212121. Windows color (decimal): -12319144 or 5768772. OLE color: 5768772.
HSL color Cylindrical-coordinate representation of color #440658: hue angle of 285.37º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440658 is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 68 | 6 | 88 | - |
| CMYK | 0.23 | 0.93 | 0 | 0.65 |
| HSL | 285.37º | 0.87% | 0.18% | - |
| HSV(B) | 285.37º | 0.93% | 0.35% | - |
| XYZ | 4.21 | 2.06 | 9.41 | - |
| YUV | 33.89 | 158.54 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 6 | 88 | 0.23 | 0.93 | 0 | 0.65 | 285.37 | 0.87 | 0.18 |
| Hex | 44 | 6 | 58 | 17 | 5D | 0 | 41 | 11D | 57 | 12 |
| Octal | 104 | 6 | 130 | 27 | 135 | 0 | 101 | 435 | 127 | 22 |
| Binary | 1000100 | 110 | 1011000 | 10111 | 1011101 | 0 | 1000001 | 100011101 | 1010111 | 10010 |
Color Harmonies of #440658
Complementary color
Monochromatic Colors of #440658
Black with #440658
Text Example
Text Example
White with #440658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440658; }
p { color: rgb(68,6,88); }
H1.HeaderClassName
{
color: #440658;
}
.AnyTagClassName
{
color: #440658;
}
</style>
background-color css
<style>
a { background-color: #440658; }
a { background-color: rgb(68,6,88); }
div.DivClassName
{
background-color: #440658;
}
.BgClassName
{
background-color: #440658;
}
</style>
border-color css
<style>
span { border-color: #440658; }
span { border-color: rgb(68,6,88); }
td.TdClassName
{
border-color: #440658;
}
.TagClassName
{
border-color: #440658;
}
</style>