Html Css Color HEX #412050 Scarlet Gum

📋 copy color: '#412050'

red 65 ◦ green 32 ◦ blue 80

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

Shades of Scarlet Gum #412050

Tints of Scarlet Gum #412050

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.08%

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

R = 36.72%
G = 18.08%
B = 45.2%

CMYK

 C value IS 0.19

 M value IS 0.60

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#412050 (or 0x412050) is known color: Scarlet Gum. HEX triplet: 41, 20 and 50. RGB value is (65,32,80). Sum of RGB (Red+Green+Blue) = 65+32+80=177 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.72% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 80 (31.64% from 255 or 45.20% from 177); Max value from RGB is 80 - color contains mainly: blue. Hex color #412050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412050 is #BEDFAF. Grayscale: #2F2F2F. Windows color (decimal): -12509104 or 5251137. OLE color: 5251137.

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

Color convert

RGB 65 32 80 -
CMYK 0.19 0.60 0 0.69
HSL 281.25º 0.43% 0.22% -
HSV(B) 281.25º 0.6% 0.31% -
XYZ 4.14 2.74 7.9 -
YUV 47.34 146.43 140.6 -
System Red Green Blue C M Y K H S L
Decimal 65 32 80 0.19 0.60 0 0.69 281.25 0.43 0.22
Hex 41 20 50 13 3C 0 45 119 2B 16
Octal 101 40 120 23 74 0 105 431 53 26
Binary 1000001 100000 1010000 10011 111100 0 1000101 100011001 101011 10110

Color Harmonies of #412050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412050

Black with #412050

Text Example


Text Example

White with #412050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412050; }

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

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

background-color css

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

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

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

border-color css

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

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

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