#42124E

Color #42124E Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #42124E

Tints of Scarlet Gum #42124E

Color information

#42124E (or 0x42124E) is unknown color: approx Scarlet Gum. HEX triplet: 42, 12 and 4E. RGB value is (66,18,78). Sum of RGB (Red+Green+Blue) = 66+18+78=162 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.74% from 162); Green value is 18 (7.42% from 255 or 11.11% from 162); Blue value is 78 (30.86% from 255 or 48.15% from 162); Max value from RGB is 78 - color contains mainly: blue. Hex color #42124E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42124E is #BDEDB1. Grayscale: #272727. Windows color (decimal): -12447154 or 5116482. OLE color: 5116482.

HSL color Cylindrical-coordinate representation of color #42124E: hue angle of 288º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #42124E is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB661878-
CMYK0.150.7700.69
HSL288º62.5%18.82%-
HSV(B)288º76.92%30.59%-
XYZ3.842.147.42-
YUV39.19149.9147.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 40.74%
GREEN value IS 18 (7.42% from 255) = 11.11%
BLUE value IS 78 (30.86% from 255) = 48.15%
R=40.74%
G=11.11%
B=48.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6618780.150.7700.6928862.518.82
Hex42124EF4D0451203e13
Octal102221161711501054407623
Binary1000010100101001110111110011010100010110010000011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42124E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42124E; }

 p { color: rgb(66,18,78); }

 H1.HeaderClassName
 {
   color: #42124E;
 }
 .AnyTagClassName
 {
   color: #42124E;
 }
</style>
background-color css

<style>
 a { background-color: #42124E; }

 a { background-color: rgb(66,18,78); }

 div.DivClassName
 {
   background-color: #42124E;
 }
 .BgClassName
 {
   background-color: #42124E;
 }
</style>
border-color css

<style>
 span { border-color: #42124E; }

 span { border-color: rgb(66,18,78); }

 td.TdClassName
 {
   border-color: #42124E;
 }
 .TagClassName
 {
   border-color: #42124E;
 }
</style>