Html Css Color HEX #421B50 Scarlet Gum

📋 copy color: '#421B50'

red 66 ◦ green 27 ◦ blue 80

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

Shades of Scarlet Gum #421B50

Tints of Scarlet Gum #421B50

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.61%

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

R = 38.15%
G = 15.61%
B = 46.24%

CMYK

 C value IS 0.17

 M value IS 0.66

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#421B50 (or 0x421B50) is known color: Scarlet Gum. HEX triplet: 42, 1B and 50. RGB value is (66,27,80). Sum of RGB (Red+Green+Blue) = 66+27+80=173 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.15% from 173); Green value is 27 (10.94% from 255 or 15.61% from 173); Blue value is 80 (31.64% from 255 or 46.24% from 173); Max value from RGB is 80 - color contains mainly: blue. Hex color #421B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421B50 is #BDE4AF. Grayscale: #2C2C2C. Windows color (decimal): -12444848 or 5249858. OLE color: 5249858.

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

Color convert

RGB 66 27 80 -
CMYK 0.17 0.66 0 0.69
HSL 284.15º 0.5% 0.21% -
HSV(B) 284.15º 0.66% 0.31% -
XYZ 4.09 2.52 7.86 -
YUV 44.7 147.92 143.19 -
System Red Green Blue C M Y K H S L
Decimal 66 27 80 0.17 0.66 0 0.69 284.15 0.5 0.21
Hex 42 1B 50 11 42 0 45 11C 32 15
Octal 102 33 120 21 102 0 105 434 62 25
Binary 1000010 11011 1010000 10001 1000010 0 1000101 100011100 110010 10101

Color Harmonies of #421B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421B50

Black with #421B50

Text Example


Text Example

White with #421B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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