#420B5D

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

Shades of Scarlet Gum #420B5D

Tints of Scarlet Gum #420B5D

Color information

#420B5D (or 0x420B5D) is unknown color: approx Scarlet Gum. HEX triplet: 42, 0B and 5D. RGB value is (66,11,93). Sum of RGB (Red+Green+Blue) = 66+11+93=170 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.82% from 170); Green value is 11 (4.69% from 255 or 6.47% from 170); Blue value is 93 (36.72% from 255 or 54.71% from 170); Max value from RGB is 93 - color contains mainly: blue. Hex color #420B5D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420B5D is #BDF4A2. Grayscale: #242424. Windows color (decimal): -12448931 or 6097730. OLE color: 6097730.

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

Color convert

RGB661193-
CMYK0.290.8800.64
HSL280.24º78.85%20.39%-
HSV(B)280.24º88.17%36.47%-
XYZ4.342.1910.55-
YUV36.79159.72148.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.82%
GREEN value IS 11 (4.69% from 255) = 6.47%
BLUE value IS 93 (36.72% from 255) = 54.71%
R=38.82%
G=6.47%
B=54.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6611930.290.8800.64280.2478.8520.39
Hex42B5D1D580401184f14
Octal1021313535130010043011724
Binary10000101011101110111101101100001000000100011000100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,11,93); }

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

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

 a { background-color: rgb(66,11,93); }

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

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

 span { border-color: rgb(66,11,93); }

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