Html Css Color HEX #421A54 Scarlet Gum

📋 copy color: '#421A54'

red 66 ◦ green 26 ◦ blue 84

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

Shades of Scarlet Gum #421A54

Tints of Scarlet Gum #421A54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 47.73%

R = 37.5%
G = 14.77%
B = 47.73%

CMYK

 C value IS 0.21

 M value IS 0.69

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#421A54 (or 0x421A54) is known color: Scarlet Gum. HEX triplet: 42, 1A and 54. RGB value is (66,26,84). Sum of RGB (Red+Green+Blue) = 66+26+84=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 26 (10.55% from 255 or 14.77% from 176); Blue value is 84 (33.20% from 255 or 47.73% from 176); Max value from RGB is 84 - color contains mainly: blue. Hex color #421A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421A54 is #BDE5AB. Grayscale: #2C2C2C. Windows color (decimal): -12445100 or 5511746. OLE color: 5511746.

HSL color Cylindrical-coordinate representation of color #421A54: hue angle of 281.38º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #421A54 is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 26 84 -
CMYK 0.21 0.69 0 0.67
HSL 281.38º 0.53% 0.22% -
HSV(B) 281.38º 0.69% 0.33% -
XYZ 4.22 2.54 8.65 -
YUV 44.57 150.25 143.28 -
System Red Green Blue C M Y K H S L
Decimal 66 26 84 0.21 0.69 0 0.67 281.38 0.53 0.22
Hex 42 1A 54 15 45 0 43 119 35 16
Octal 102 32 124 25 105 0 103 431 65 26
Binary 1000010 11010 1010100 10101 1000101 0 1000011 100011001 110101 10110

Color Harmonies of #421A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421A54

Black with #421A54

Text Example


Text Example

White with #421A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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