Html Css Color HEX #411150 Scarlet Gum

📋 copy color: '#411150'

red 65 ◦ green 17 ◦ blue 80

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

Shades of Scarlet Gum #411150

Tints of Scarlet Gum #411150

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.49%

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

R = 40.12%
G = 10.49%
B = 49.38%

CMYK

 C value IS 0.19

 M value IS 0.79

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#411150 (or 0x411150) is known color: Scarlet Gum. HEX triplet: 41, 11 and 50. RGB value is (65,17,80). Sum of RGB (Red+Green+Blue) = 65+17+80=162 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.12% from 162); Green value is 17 (7.03% from 255 or 10.49% from 162); Blue value is 80 (31.64% from 255 or 49.38% from 162); Max value from RGB is 80 - color contains mainly: blue. Hex color #411150 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411150 is #BEEEAF. Grayscale: #262626. Windows color (decimal): -12512944 or 5247297. OLE color: 5247297.

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

Color convert

RGB 65 17 80 -
CMYK 0.19 0.79 0 0.69
HSL 285.71º 0.65% 0.19% -
HSV(B) 285.71º 0.79% 0.31% -
XYZ 3.83 2.1 7.79 -
YUV 38.53 151.4 146.88 -
System Red Green Blue C M Y K H S L
Decimal 65 17 80 0.19 0.79 0 0.69 285.71 0.65 0.19
Hex 41 11 50 13 4F 0 45 11E 41 13
Octal 101 21 120 23 117 0 105 436 101 23
Binary 1000001 10001 1010000 10011 1001111 0 1000101 100011110 1000001 10011

Color Harmonies of #411150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411150

Black with #411150

Text Example


Text Example

White with #411150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411150; }

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

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

background-color css

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

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

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

border-color css

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

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

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