Html Css Color HEX #421F54 Scarlet Gum

📋 copy color: '#421F54'

red 66 ◦ green 31 ◦ blue 84

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

Shades of Scarlet Gum #421F54

Tints of Scarlet Gum #421F54

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.13%

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

R = 36.46%
G = 17.13%
B = 46.41%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#421F54 (or 0x421F54) is known color: Scarlet Gum. HEX triplet: 42, 1F and 54. RGB value is (66,31,84). Sum of RGB (Red+Green+Blue) = 66+31+84=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 31 (12.5% from 255 or 17.13% from 181); Blue value is 84 (33.20% from 255 or 46.41% from 181); Max value from RGB is 84 - color contains mainly: blue. Hex color #421F54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421F54 is #BDE0AB. Grayscale: #2F2F2F. Windows color (decimal): -12443820 or 5513026. OLE color: 5513026.

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

Color convert

RGB 66 31 84 -
CMYK 0.21 0.63 0 0.67
HSL 279.62º 0.46% 0.23% -
HSV(B) 279.62º 0.63% 0.33% -
XYZ 4.34 2.78 8.7 -
YUV 47.51 148.6 141.19 -
System Red Green Blue C M Y K H S L
Decimal 66 31 84 0.21 0.63 0 0.67 279.62 0.46 0.23
Hex 42 1F 54 15 3F 0 43 118 2E 17
Octal 102 37 124 25 77 0 103 430 56 27
Binary 1000010 11111 1010100 10101 111111 0 1000011 100011000 101110 10111

Color Harmonies of #421F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421F54

Black with #421F54

Text Example


Text Example

White with #421F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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