#420658

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

Shades of Scarlet Gum #420658

Tints of Scarlet Gum #420658

Color information

#420658 (or 0x420658) is unknown color: approx Scarlet Gum. HEX triplet: 42, 06 and 58. RGB value is (66,6,88). Sum of RGB (Red+Green+Blue) = 66+6+88=160 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.25% from 160); Green value is 6 (2.73% from 255 or 3.75% from 160); Blue value is 88 (34.77% from 255 or 55% from 160); Max value from RGB is 88 - color contains mainly: blue. Hex color #420658 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420658 is #BDF9A7. Grayscale: #212121. Windows color (decimal): -12450216 or 5768770. OLE color: 5768770.

HSL color Cylindrical-coordinate representation of color #420658: hue angle of 283.9º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #420658 is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB66688-
CMYK0.250.9300.65
HSL283.9º87.23%18.43%-
HSV(B)283.9º93.18%34.51%-
XYZ4.071.999.4-
YUV33.29158.88151.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.25%
GREEN value IS 6 (2.73% from 255) = 3.75%
BLUE value IS 88 (34.77% from 255) = 55%
R=41.25%
G=3.75%
B=55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal666880.250.9300.65283.987.2318.43
Hex42658195D04111c5712
Octal102613031135010143412722
Binary1000010110101100011001101110101000001100011100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420658; }

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

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

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

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

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

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

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

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