Html Css Color HEX #421D54 Scarlet Gum

📋 copy color: '#421D54'

red 66 ◦ green 29 ◦ blue 84

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

Shades of Scarlet Gum #421D54

Tints of Scarlet Gum #421D54

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.2%

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

R = 36.87%
G = 16.2%
B = 46.93%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#421D54 (or 0x421D54) is known color: Scarlet Gum. HEX triplet: 42, 1D and 54. RGB value is (66,29,84). Sum of RGB (Red+Green+Blue) = 66+29+84=179 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.87% from 179); Green value is 29 (11.72% from 255 or 16.20% from 179); Blue value is 84 (33.20% from 255 or 46.93% from 179); Max value from RGB is 84 - color contains mainly: blue. Hex color #421D54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421D54 is #BDE2AB. Grayscale: #2E2E2E. Windows color (decimal): -12444332 or 5512514. OLE color: 5512514.

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

Color convert

RGB 66 29 84 -
CMYK 0.21 0.65 0 0.67
HSL 280.36º 0.49% 0.22% -
HSV(B) 280.36º 0.65% 0.33% -
XYZ 4.29 2.68 8.68 -
YUV 46.33 149.26 142.03 -
System Red Green Blue C M Y K H S L
Decimal 66 29 84 0.21 0.65 0 0.67 280.36 0.49 0.22
Hex 42 1D 54 15 41 0 43 118 31 16
Octal 102 35 124 25 101 0 103 430 61 26
Binary 1000010 11101 1010100 10101 1000001 0 1000011 100011000 110001 10110

Color Harmonies of #421D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421D54

Black with #421D54

Text Example


Text Example

White with #421D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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