Html Css Color HEX #421A59 Scarlet Gum

📋 copy color: '#421A59'

red 66 ◦ green 26 ◦ blue 89

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

Shades of Scarlet Gum #421A59

Tints of Scarlet Gum #421A59

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.36%

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

R = 36.46%
G = 14.36%
B = 49.17%

CMYK

 C value IS 0.26

 M value IS 0.71

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#421A59 (or 0x421A59) is known color: Scarlet Gum. HEX triplet: 42, 1A and 59. RGB value is (66,26,89). Sum of RGB (Red+Green+Blue) = 66+26+89=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 26 (10.55% from 255 or 14.36% from 181); Blue value is 89 (35.16% from 255 or 49.17% from 181); Max value from RGB is 89 - color contains mainly: blue. Hex color #421A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421A59 is #BDE5A6. Grayscale: #2C2C2C. Windows color (decimal): -12445095 or 5839426. OLE color: 5839426.

HSL color Cylindrical-coordinate representation of color #421A59: hue angle of 278.1º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #421A59 is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 26 89 -
CMYK 0.26 0.71 0 0.65
HSL 278.1º 0.55% 0.23% -
HSV(B) 278.1º 0.71% 0.35% -
XYZ 4.42 2.62 9.72 -
YUV 45.14 152.75 142.88 -
System Red Green Blue C M Y K H S L
Decimal 66 26 89 0.26 0.71 0 0.65 278.1 0.55 0.23
Hex 42 1A 59 1A 47 0 41 116 37 17
Octal 102 32 131 32 107 0 101 426 67 27
Binary 1000010 11010 1011001 11010 1000111 0 1000001 100010110 110111 10111

Color Harmonies of #421A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421A59

Black with #421A59

Text Example


Text Example

White with #421A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421A59; }

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

 H1.HeaderClassName
 {
   color: #421A59;
 }
 .AnyTagClassName
 {
   color: #421A59;
 }
</style>

background-color css

<style>
 a { background-color: #421A59; }

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

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

border-color css

<style>
 span { border-color: #421A59; }

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

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