Html Css Color HEX #420E52 Scarlet Gum

📋 copy color: '#420E52'

red 66 ◦ green 14 ◦ blue 82

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

Shades of Scarlet Gum #420E52

Tints of Scarlet Gum #420E52

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.64%

 BLUE value IS 82 (32.42% from 255) = 50.62%

R = 40.74%
G = 8.64%
B = 50.62%

CMYK

 C value IS 0.20

 M value IS 0.83

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#420E52 (or 0x420E52) is known color: Scarlet Gum. HEX triplet: 42, 0E and 52. RGB value is (66,14,82). Sum of RGB (Red+Green+Blue) = 66+14+82=162 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.74% from 162); Green value is 14 (5.86% from 255 or 8.64% from 162); Blue value is 82 (32.42% from 255 or 50.62% from 162); Max value from RGB is 82 - color contains mainly: blue. Hex color #420E52 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420E52 is #BDF1AD. Grayscale: #252525. Windows color (decimal): -12448174 or 5377602. OLE color: 5377602.

HSL color Cylindrical-coordinate representation of color #420E52: hue angle of 285.88º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #420E52 is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 66 14 82 -
CMYK 0.20 0.83 0 0.68
HSL 285.88º 0.71% 0.19% -
HSV(B) 285.88º 0.83% 0.32% -
XYZ 3.93 2.08 8.18 -
YUV 37.3 153.23 148.47 -
System Red Green Blue C M Y K H S L
Decimal 66 14 82 0.20 0.83 0 0.68 285.88 0.71 0.19
Hex 42 E 52 14 53 0 44 11E 47 13
Octal 102 16 122 24 123 0 104 436 107 23
Binary 1000010 1110 1010010 10100 1010011 0 1000100 100011110 1000111 10011

Color Harmonies of #420E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420E52

Black with #420E52

Text Example


Text Example

White with #420E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,14,82); }

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

background-color css

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

 a { background-color: rgb(66,14,82); }

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

border-color css

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

 span { border-color: rgb(66,14,82); }

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