#420B56

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

Shades of Scarlet Gum #420B56

Tints of Scarlet Gum #420B56

Color information

#420B56 (or 0x420B56) is unknown color: approx Scarlet Gum. HEX triplet: 42, 0B and 56. RGB value is (66,11,86). Sum of RGB (Red+Green+Blue) = 66+11+86=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 11 (4.69% from 255 or 6.75% from 163); Blue value is 86 (33.98% from 255 or 52.76% from 163); Max value from RGB is 86 - color contains mainly: blue. Hex color #420B56 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420B56 is #BDF4A9. Grayscale: #232323. Windows color (decimal): -12448938 or 5638978. OLE color: 5638978.

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

Color convert

RGB661186-
CMYK0.230.8700.66
HSL284º77.32%19.02%-
HSV(B)284º87.21%33.73%-
XYZ4.052.078.99-
YUV35.99156.22149.4-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.49%
GREEN value IS 11 (4.69% from 255) = 6.75%
BLUE value IS 86 (33.98% from 255) = 52.76%
R=40.49%
G=6.75%
B=52.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6611860.230.8700.6628477.3219.02
Hex42B56175704211c4d13
Octal1021312627127010243411523
Binary10000101011101011010111101011101000010100011100100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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