Html Css Color HEX #420B58 Scarlet Gum

📋 copy color: '#420B58'

red 66 ◦ green 11 ◦ blue 88

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

Shades of Scarlet Gum #420B58

Tints of Scarlet Gum #420B58

RGB

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

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

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

R = 40%
G = 6.67%
B = 53.33%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#420B58 (or 0x420B58) is known color: Scarlet Gum. HEX triplet: 42, 0B and 58. RGB value is (66,11,88). Sum of RGB (Red+Green+Blue) = 66+11+88=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 11 (4.69% from 255 or 6.67% from 165); Blue value is 88 (34.77% from 255 or 53.33% from 165); Max value from RGB is 88 - color contains mainly: blue. Hex color #420B58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420B58 is #BDF4A7. Grayscale: #232323. Windows color (decimal): -12448936 or 5770050. OLE color: 5770050.

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

Color convert

RGB 66 11 88 -
CMYK 0.25 0.88 0 0.65
HSL 282.86º 0.78% 0.19% -
HSV(B) 282.86º 0.88% 0.35% -
XYZ 4.13 2.1 9.42 -
YUV 36.22 157.22 149.24 -
System Red Green Blue C M Y K H S L
Decimal 66 11 88 0.25 0.88 0 0.65 282.86 0.78 0.19
Hex 42 B 58 19 58 0 41 11B 4E 13
Octal 102 13 130 31 130 0 101 433 116 23
Binary 1000010 1011 1011000 11001 1011000 0 1000001 100011011 1001110 10011

Color Harmonies of #420B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420B58

Black with #420B58

Text Example


Text Example

White with #420B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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