Html Css Color HEX #411A50 Scarlet Gum

📋 copy color: '#411A50'

red 65 ◦ green 26 ◦ blue 80

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

Shades of Scarlet Gum #411A50

Tints of Scarlet Gum #411A50

RGB

 RED value IS 65 (25.78% from 255) = 38.01%

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

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

R = 38.01%
G = 15.2%
B = 46.78%

CMYK

 C value IS 0.19

 M value IS 0.67

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#411A50 (or 0x411A50) is known color: Scarlet Gum. HEX triplet: 41, 1A and 50. RGB value is (65,26,80). Sum of RGB (Red+Green+Blue) = 65+26+80=171 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.01% from 171); Green value is 26 (10.55% from 255 or 15.20% from 171); Blue value is 80 (31.64% from 255 or 46.78% from 171); Max value from RGB is 80 - color contains mainly: blue. Hex color #411A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411A50 is #BEE5AF. Grayscale: #2B2B2B. Windows color (decimal): -12510640 or 5249601. OLE color: 5249601.

HSL color Cylindrical-coordinate representation of color #411A50: hue angle of 283.33º 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 #411A50 is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 26 80 -
CMYK 0.19 0.67 0 0.69
HSL 283.33º 0.51% 0.21% -
HSV(B) 283.33º 0.68% 0.31% -
XYZ 4 2.44 7.85 -
YUV 43.82 148.42 143.11 -
System Red Green Blue C M Y K H S L
Decimal 65 26 80 0.19 0.67 0 0.69 283.33 0.51 0.21
Hex 41 1A 50 13 43 0 45 11B 33 15
Octal 101 32 120 23 103 0 105 433 63 25
Binary 1000001 11010 1010000 10011 1000011 0 1000101 100011011 110011 10101

Color Harmonies of #411A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411A50

Black with #411A50

Text Example


Text Example

White with #411A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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