Html Css Color HEX #420B5A Scarlet Gum

📋 copy color: '#420B5A'

red 66 ◦ green 11 ◦ blue 90

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

Shades of Scarlet Gum #420B5A

Tints of Scarlet Gum #420B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 53.89%

R = 39.52%
G = 6.59%
B = 53.89%

CMYK

 C value IS 0.27

 M value IS 0.88

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#420B5A (or 0x420B5A) is known color: Scarlet Gum. HEX triplet: 42, 0B and 5A. RGB value is (66,11,90). Sum of RGB (Red+Green+Blue) = 66+11+90=167 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.52% from 167); Green value is 11 (4.69% from 255 or 6.59% from 167); Blue value is 90 (35.55% from 255 or 53.89% from 167); Max value from RGB is 90 - color contains mainly: blue. Hex color #420B5A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420B5A is #BDF4A5. Grayscale: #242424. Windows color (decimal): -12448934 or 5901122. OLE color: 5901122.

HSL color Cylindrical-coordinate representation of color #420B5A: hue angle of 281.77º 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 #420B5A is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 11 90 -
CMYK 0.27 0.88 0 0.65
HSL 281.77º 0.78% 0.2% -
HSV(B) 281.77º 0.88% 0.35% -
XYZ 4.21 2.14 9.86 -
YUV 36.45 158.22 149.08 -
System Red Green Blue C M Y K H S L
Decimal 66 11 90 0.27 0.88 0 0.65 281.77 0.78 0.2
Hex 42 B 5A 1B 58 0 41 11A 4E 14
Octal 102 13 132 33 130 0 101 432 116 24
Binary 1000010 1011 1011010 11011 1011000 0 1000001 100011010 1001110 10100

Color Harmonies of #420B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420B5A

Black with #420B5A

Text Example


Text Example

White with #420B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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