Html Css Color HEX #411950 Scarlet Gum

📋 copy color: '#411950'

red 65 ◦ green 25 ◦ blue 80

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

Shades of Scarlet Gum #411950

Tints of Scarlet Gum #411950

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.71%

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

R = 38.24%
G = 14.71%
B = 47.06%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#411950 (or 0x411950) is known color: Scarlet Gum. HEX triplet: 41, 19 and 50. RGB value is (65,25,80). Sum of RGB (Red+Green+Blue) = 65+25+80=170 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.24% from 170); Green value is 25 (10.16% from 255 or 14.71% from 170); Blue value is 80 (31.64% from 255 or 47.06% from 170); Max value from RGB is 80 - color contains mainly: blue. Hex color #411950 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411950 is #BEE6AF. Grayscale: #2B2B2B. Windows color (decimal): -12510896 or 5249345. OLE color: 5249345.

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

Color convert

RGB 65 25 80 -
CMYK 0.19 0.69 0 0.69
HSL 283.64º 0.52% 0.21% -
HSV(B) 283.64º 0.69% 0.31% -
XYZ 3.98 2.4 7.84 -
YUV 43.23 148.75 143.53 -
System Red Green Blue C M Y K H S L
Decimal 65 25 80 0.19 0.69 0 0.69 283.64 0.52 0.21
Hex 41 19 50 13 45 0 45 11C 34 15
Octal 101 31 120 23 105 0 105 434 64 25
Binary 1000001 11001 1010000 10011 1000101 0 1000101 100011100 110100 10101

Color Harmonies of #411950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411950

Black with #411950

Text Example


Text Example

White with #411950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411950; }

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

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

background-color css

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

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

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

border-color css

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

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

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