#420A5B

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

Shades of Scarlet Gum #420A5B

Tints of Scarlet Gum #420A5B

Color information

#420A5B (or 0x420A5B) is unknown color: approx Scarlet Gum. HEX triplet: 42, 0A and 5B. RGB value is (66,10,91). Sum of RGB (Red+Green+Blue) = 66+10+91=167 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.52% from 167); Green value is 10 (4.30% from 255 or 5.99% from 167); Blue value is 91 (35.94% from 255 or 54.49% from 167); Max value from RGB is 91 - color contains mainly: blue. Hex color #420A5B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420A5B is #BDF5A4. Grayscale: #232323. Windows color (decimal): -12449189 or 5966402. OLE color: 5966402.

HSL color Cylindrical-coordinate representation of color #420A5B: hue angle of 281.48º 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 #420A5B is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB661091-
CMYK0.270.8900.64
HSL281.48º80.2%19.8%-
HSV(B)281.48º89.01%35.69%-
XYZ4.242.1310.09-
YUV35.98159.05149.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.52%
GREEN value IS 10 (4.30% from 255) = 5.99%
BLUE value IS 91 (35.94% from 255) = 54.49%
R=39.52%
G=5.99%
B=54.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6610910.270.8900.64281.4880.219.8
Hex42A5B1B590401195014
Octal1021213333131010043112024
Binary10000101010101101111011101100101000000100011001101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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