Html Css Color HEX #420459 Scarlet Gum

📋 copy color: '#420459'

red 66 ◦ green 4 ◦ blue 89

#420459
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet Gum #420459

Tints of Scarlet Gum #420459

RGB

 RED value IS 66 (26.17% from 255) = 41.51%

 GREEN value IS 4 (1.95% from 255) = 2.52%

 BLUE value IS 89 (35.16% from 255) = 55.97%

R = 41.51%
G = 2.52%
B = 55.97%

CMYK

 C value IS 0.26

 M value IS 0.96

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#420459 (or 0x420459) is known color: Scarlet Gum. HEX triplet: 42, 04 and 59. RGB value is (66,4,89). Sum of RGB (Red+Green+Blue) = 66+4+89=159 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.51% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 89 (35.16% from 255 or 55.97% from 159); Max value from RGB is 89 - color contains mainly: blue. Hex color #420459 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420459 is #BDFBA6. Grayscale: #1F1F1F. Windows color (decimal): -12450727 or 5833794. OLE color: 5833794.

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

Color convert

RGB 66 4 89 -
CMYK 0.26 0.96 0 0.65
HSL 283.76º 0.91% 0.18% -
HSV(B) 283.76º 0.96% 0.35% -
XYZ 4.09 1.97 9.61 -
YUV 32.23 160.04 152.09 -
System Red Green Blue C M Y K H S L
Decimal 66 4 89 0.26 0.96 0 0.65 283.76 0.91 0.18
Hex 42 4 59 1A 60 0 41 11C 5B 12
Octal 102 4 131 32 140 0 101 434 133 22
Binary 1000010 100 1011001 11010 1100000 0 1000001 100011100 1011011 10010

Color Harmonies of #420459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420459

Black with #420459

Text Example


Text Example

White with #420459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420459; }

 p { color: rgb(66,4,89); }

 H1.HeaderClassName
 {
   color: #420459;
 }
 .AnyTagClassName
 {
   color: #420459;
 }
</style>

background-color css

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

 a { background-color: rgb(66,4,89); }

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

border-color css

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

 span { border-color: rgb(66,4,89); }

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