#420C59

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

Shades of Scarlet Gum #420C59

Tints of Scarlet Gum #420C59

Color information

#420C59 (or 0x420C59) is unknown color: approx Scarlet Gum. HEX triplet: 42, 0C and 59. RGB value is (66,12,89). Sum of RGB (Red+Green+Blue) = 66+12+89=167 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.52% from 167); Green value is 12 (5.08% from 255 or 7.19% from 167); Blue value is 89 (35.16% from 255 or 53.29% from 167); Max value from RGB is 89 - color contains mainly: blue. Hex color #420C59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420C59 is #BDF3A6. Grayscale: #242424. Windows color (decimal): -12448679 or 5835842. OLE color: 5835842.

HSL color Cylindrical-coordinate representation of color #420C59: hue angle of 282.08º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #420C59 is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB661289-
CMYK0.260.8700.65
HSL282.08º76.24%19.8%-
HSV(B)282.08º86.52%34.9%-
XYZ4.182.149.64-
YUV36.92157.39148.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.52%
GREEN value IS 12 (5.08% from 255) = 7.19%
BLUE value IS 89 (35.16% from 255) = 53.29%
R=39.52%
G=7.19%
B=53.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6612890.260.8700.65282.0876.2419.8
Hex42C591A5704111a4c14
Octal1021413132127010143211424
Binary10000101100101100111010101011101000001100011010100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420C59; }

 p { color: rgb(66,12,89); }

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

<style>
 a { background-color: #420C59; }

 a { background-color: rgb(66,12,89); }

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

<style>
 span { border-color: #420C59; }

 span { border-color: rgb(66,12,89); }

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