Html Css Color HEX #420E58 Scarlet Gum

📋 copy color: '#420E58'

red 66 ◦ green 14 ◦ blue 88

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

Shades of Scarlet Gum #420E58

Tints of Scarlet Gum #420E58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 52.38%

R = 39.29%
G = 8.33%
B = 52.38%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#420E58 (or 0x420E58) is known color: Scarlet Gum. HEX triplet: 42, 0E and 58. RGB value is (66,14,88). Sum of RGB (Red+Green+Blue) = 66+14+88=168 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.29% from 168); Green value is 14 (5.86% from 255 or 8.33% from 168); Blue value is 88 (34.77% from 255 or 52.38% from 168); Max value from RGB is 88 - color contains mainly: blue. Hex color #420E58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420E58 is #BDF1A7. Grayscale: #252525. Windows color (decimal): -12448168 or 5770818. OLE color: 5770818.

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

Color convert

RGB 66 14 88 -
CMYK 0.25 0.84 0 0.65
HSL 282.16º 0.73% 0.2% -
HSV(B) 282.16º 0.84% 0.35% -
XYZ 4.17 2.18 9.43 -
YUV 37.98 156.23 147.98 -
System Red Green Blue C M Y K H S L
Decimal 66 14 88 0.25 0.84 0 0.65 282.16 0.73 0.2
Hex 42 E 58 19 54 0 41 11A 49 14
Octal 102 16 130 31 124 0 101 432 111 24
Binary 1000010 1110 1011000 11001 1010100 0 1000001 100011010 1001001 10100

Color Harmonies of #420E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420E58

Black with #420E58

Text Example


Text Example

White with #420E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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