Html Css Color HEX #420B59 Scarlet Gum

📋 copy color: '#420B59'

red 66 ◦ green 11 ◦ blue 89

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

Shades of Scarlet Gum #420B59

Tints of Scarlet Gum #420B59

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.63%

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

R = 39.76%
G = 6.63%
B = 53.61%

CMYK

 C value IS 0.26

 M value IS 0.88

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#420B59 (or 0x420B59) is known color: Scarlet Gum. HEX triplet: 42, 0B and 59. RGB value is (66,11,89). Sum of RGB (Red+Green+Blue) = 66+11+89=166 (21% of max value = 765). Red value is 66 (26.17% from 255 or 39.76% from 166); Green value is 11 (4.69% from 255 or 6.63% from 166); Blue value is 89 (35.16% from 255 or 53.61% from 166); Max value from RGB is 89 - color contains mainly: blue. Hex color #420B59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420B59 is #BDF4A6. Grayscale: #242424. Windows color (decimal): -12448935 or 5835586. OLE color: 5835586.

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

Color convert

RGB 66 11 89 -
CMYK 0.26 0.88 0 0.65
HSL 282.31º 0.78% 0.2% -
HSV(B) 282.31º 0.88% 0.35% -
XYZ 4.17 2.12 9.64 -
YUV 36.34 157.72 149.16 -
System Red Green Blue C M Y K H S L
Decimal 66 11 89 0.26 0.88 0 0.65 282.31 0.78 0.2
Hex 42 B 59 1A 58 0 41 11A 4E 14
Octal 102 13 131 32 130 0 101 432 116 24
Binary 1000010 1011 1011001 11010 1011000 0 1000001 100011010 1001110 10100

Color Harmonies of #420B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420B59

Black with #420B59

Text Example


Text Example

White with #420B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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