Html Css Color HEX #421C54 Scarlet Gum

📋 copy color: '#421C54'

red 66 ◦ green 28 ◦ blue 84

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

Shades of Scarlet Gum #421C54

Tints of Scarlet Gum #421C54

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.73%

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

R = 37.08%
G = 15.73%
B = 47.19%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#421C54 (or 0x421C54) is known color: Scarlet Gum. HEX triplet: 42, 1C and 54. RGB value is (66,28,84). Sum of RGB (Red+Green+Blue) = 66+28+84=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 28 (11.33% from 255 or 15.73% from 178); Blue value is 84 (33.20% from 255 or 47.19% from 178); Max value from RGB is 84 - color contains mainly: blue. Hex color #421C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421C54 is #BDE3AB. Grayscale: #2D2D2D. Windows color (decimal): -12444588 or 5512258. OLE color: 5512258.

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

Color convert

RGB 66 28 84 -
CMYK 0.21 0.67 0 0.67
HSL 280.71º 0.5% 0.22% -
HSV(B) 280.71º 0.67% 0.33% -
XYZ 4.26 2.63 8.67 -
YUV 45.75 149.59 142.45 -
System Red Green Blue C M Y K H S L
Decimal 66 28 84 0.21 0.67 0 0.67 280.71 0.5 0.22
Hex 42 1C 54 15 43 0 43 119 32 16
Octal 102 34 124 25 103 0 103 431 62 26
Binary 1000010 11100 1010100 10101 1000011 0 1000011 100011001 110010 10110

Color Harmonies of #421C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421C54

Black with #421C54

Text Example


Text Example

White with #421C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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