#420B58

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

Shades of Scarlet Gum #420B58

Tints of Scarlet Gum #420B58

Color information

#420B58 (or 0x420B58) is unknown color: approx Scarlet Gum. HEX triplet: 42, 0B and 58. RGB value is (66,11,88). Sum of RGB (Red+Green+Blue) = 66+11+88=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 11 (4.69% from 255 or 6.67% from 165); Blue value is 88 (34.77% from 255 or 53.33% from 165); Max value from RGB is 88 - color contains mainly: blue. Hex color #420B58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420B58 is #BDF4A7. Grayscale: #232323. Windows color (decimal): -12448936 or 5770050. OLE color: 5770050.

HSL color Cylindrical-coordinate representation of color #420B58: hue angle of 282.86º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #420B58 is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB661188-
CMYK0.250.8800.65
HSL282.86º77.78%19.41%-
HSV(B)282.86º87.5%34.51%-
XYZ4.132.19.42-
YUV36.22157.22149.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40%
GREEN value IS 11 (4.69% from 255) = 6.67%
BLUE value IS 88 (34.77% from 255) = 53.33%
R=40%
G=6.67%
B=53.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6611880.250.8800.65282.8677.7819.41
Hex42B58195804111b4e13
Octal1021313031130010143311623
Binary10000101011101100011001101100001000001100011011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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