Html Css Color HEX #421A50 Scarlet Gum

📋 copy color: '#421A50'

red 66 ◦ green 26 ◦ blue 80

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

Shades of Scarlet Gum #421A50

Tints of Scarlet Gum #421A50

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.12%

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

R = 38.37%
G = 15.12%
B = 46.51%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#421A50 (or 0x421A50) is known color: Scarlet Gum. HEX triplet: 42, 1A and 50. RGB value is (66,26,80). Sum of RGB (Red+Green+Blue) = 66+26+80=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 26 (10.55% from 255 or 15.12% from 172); Blue value is 80 (31.64% from 255 or 46.51% from 172); Max value from RGB is 80 - color contains mainly: blue. Hex color #421A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421A50 is #BDE5AF. Grayscale: #2B2B2B. Windows color (decimal): -12445104 or 5249602. OLE color: 5249602.

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

Color convert

RGB 66 26 80 -
CMYK 0.17 0.67 0 0.69
HSL 284.44º 0.51% 0.21% -
HSV(B) 284.44º 0.68% 0.31% -
XYZ 4.06 2.48 7.85 -
YUV 44.12 148.25 143.61 -
System Red Green Blue C M Y K H S L
Decimal 66 26 80 0.17 0.67 0 0.69 284.44 0.51 0.21
Hex 42 1A 50 11 43 0 45 11C 33 15
Octal 102 32 120 21 103 0 105 434 63 25
Binary 1000010 11010 1010000 10001 1000011 0 1000101 100011100 110011 10101

Color Harmonies of #421A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421A50

Black with #421A50

Text Example


Text Example

White with #421A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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