#420D56

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

Shades of Scarlet Gum #420D56

Tints of Scarlet Gum #420D56

Color information

#420D56 (or 0x420D56) is unknown color: approx Scarlet Gum. HEX triplet: 42, 0D and 56. RGB value is (66,13,86). Sum of RGB (Red+Green+Blue) = 66+13+86=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 13 (5.47% from 255 or 7.88% from 165); Blue value is 86 (33.98% from 255 or 52.12% from 165); Max value from RGB is 86 - color contains mainly: blue. Hex color #420D56 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420D56 is #BDF2A9. Grayscale: #242424. Windows color (decimal): -12448426 or 5639490. OLE color: 5639490.

HSL color Cylindrical-coordinate representation of color #420D56: hue angle of 283.56º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #420D56 is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB661386-
CMYK0.230.8500.66
HSL283.56º73.74%19.41%-
HSV(B)283.56º84.88%33.73%-
XYZ4.072.129-
YUV37.17155.56148.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40%
GREEN value IS 13 (5.47% from 255) = 7.88%
BLUE value IS 86 (33.98% from 255) = 52.12%
R=40%
G=7.88%
B=52.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6613860.230.8500.66283.5673.7419.41
Hex42D56175504211c4a13
Octal1021512627125010243411223
Binary10000101101101011010111101010101000010100011100100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,13,86); }

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

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

 a { background-color: rgb(66,13,86); }

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

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

 span { border-color: rgb(66,13,86); }

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