#420A5C

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

Shades of Scarlet Gum #420A5C

Tints of Scarlet Gum #420A5C

Color information

#420A5C (or 0x420A5C) is unknown color: approx Scarlet Gum. HEX triplet: 42, 0A and 5C. RGB value is (66,10,92). Sum of RGB (Red+Green+Blue) = 66+10+92=168 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.29% from 168); Green value is 10 (4.30% from 255 or 5.95% from 168); Blue value is 92 (36.33% from 255 or 54.76% from 168); Max value from RGB is 92 - color contains mainly: blue. Hex color #420A5C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420A5C is #BDF5A3. Grayscale: #232323. Windows color (decimal): -12449188 or 6031938. OLE color: 6031938.

HSL color Cylindrical-coordinate representation of color #420A5C: hue angle of 280.98º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #420A5C is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB661092-
CMYK0.280.8900.64
HSL280.98º80.39%20%-
HSV(B)280.98º89.13%36.08%-
XYZ4.292.1510.31-
YUV36.09159.55149.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.29%
GREEN value IS 10 (4.30% from 255) = 5.95%
BLUE value IS 92 (36.33% from 255) = 54.76%
R=39.29%
G=5.95%
B=54.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6610920.280.8900.64280.9880.3920
Hex42A5C1C590401195014
Octal1021213434131010043112024
Binary10000101010101110011100101100101000000100011001101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,10,92); }

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

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

 a { background-color: rgb(66,10,92); }

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

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

 span { border-color: rgb(66,10,92); }

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