Html Css Color HEX #420D59 Scarlet Gum

📋 copy color: '#420D59'

red 66 ◦ green 13 ◦ blue 89

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

Shades of Scarlet Gum #420D59

Tints of Scarlet Gum #420D59

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.74%

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

R = 39.29%
G = 7.74%
B = 52.98%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#420D59 (or 0x420D59) is known color: Scarlet Gum. HEX triplet: 42, 0D and 59. RGB value is (66,13,89). Sum of RGB (Red+Green+Blue) = 66+13+89=168 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.29% from 168); Green value is 13 (5.47% from 255 or 7.74% from 168); Blue value is 89 (35.16% from 255 or 52.98% from 168); Max value from RGB is 89 - color contains mainly: blue. Hex color #420D59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420D59 is #BDF2A6. Grayscale: #252525. Windows color (decimal): -12448423 or 5836098. OLE color: 5836098.

HSL color Cylindrical-coordinate representation of color #420D59: hue angle of 281.84º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #420D59 is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 13 89 -
CMYK 0.26 0.85 0 0.65
HSL 281.84º 0.75% 0.2% -
HSV(B) 281.84º 0.85% 0.35% -
XYZ 4.19 2.17 9.65 -
YUV 37.51 157.06 148.32 -
System Red Green Blue C M Y K H S L
Decimal 66 13 89 0.26 0.85 0 0.65 281.84 0.75 0.2
Hex 42 D 59 1A 55 0 41 11A 4B 14
Octal 102 15 131 32 125 0 101 432 113 24
Binary 1000010 1101 1011001 11010 1010101 0 1000001 100011010 1001011 10100

Color Harmonies of #420D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420D59

Black with #420D59

Text Example


Text Example

White with #420D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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