Html Css Color HEX #421C50 Scarlet Gum

📋 copy color: '#421C50'

red 66 ◦ green 28 ◦ blue 80

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

Shades of Scarlet Gum #421C50

Tints of Scarlet Gum #421C50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 45.98%

R = 37.93%
G = 16.09%
B = 45.98%

CMYK

 C value IS 0.17

 M value IS 0.65

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#421C50 (or 0x421C50) is known color: Scarlet Gum. HEX triplet: 42, 1C and 50. RGB value is (66,28,80). Sum of RGB (Red+Green+Blue) = 66+28+80=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 28 (11.33% from 255 or 16.09% from 174); Blue value is 80 (31.64% from 255 or 45.98% from 174); Max value from RGB is 80 - color contains mainly: blue. Hex color #421C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421C50 is #BDE3AF. Grayscale: #2D2D2D. Windows color (decimal): -12444592 or 5250114. OLE color: 5250114.

HSL color Cylindrical-coordinate representation of color #421C50: hue angle of 283.85º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #421C50 is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 28 80 -
CMYK 0.17 0.65 0 0.69
HSL 283.85º 0.48% 0.21% -
HSV(B) 283.85º 0.65% 0.31% -
XYZ 4.11 2.57 7.87 -
YUV 45.29 147.59 142.77 -
System Red Green Blue C M Y K H S L
Decimal 66 28 80 0.17 0.65 0 0.69 283.85 0.48 0.21
Hex 42 1C 50 11 41 0 45 11C 30 15
Octal 102 34 120 21 101 0 105 434 60 25
Binary 1000010 11100 1010000 10001 1000001 0 1000101 100011100 110000 10101

Color Harmonies of #421C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421C50

Black with #421C50

Text Example


Text Example

White with #421C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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