Html Css Color HEX #411B50 Scarlet Gum

📋 copy color: '#411B50'

red 65 ◦ green 27 ◦ blue 80

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

Shades of Scarlet Gum #411B50

Tints of Scarlet Gum #411B50

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.7%

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

R = 37.79%
G = 15.7%
B = 46.51%

CMYK

 C value IS 0.19

 M value IS 0.66

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#411B50 (or 0x411B50) is known color: Scarlet Gum. HEX triplet: 41, 1B and 50. RGB value is (65,27,80). Sum of RGB (Red+Green+Blue) = 65+27+80=172 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.79% from 172); Green value is 27 (10.94% from 255 or 15.70% 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 #411B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411B50 is #BEE4AF. Grayscale: #2C2C2C. Windows color (decimal): -12510384 or 5249857. OLE color: 5249857.

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

Color convert

RGB 65 27 80 -
CMYK 0.19 0.66 0 0.69
HSL 283.02º 0.5% 0.21% -
HSV(B) 283.02º 0.66% 0.31% -
XYZ 4.02 2.49 7.86 -
YUV 44.4 148.09 142.69 -
System Red Green Blue C M Y K H S L
Decimal 65 27 80 0.19 0.66 0 0.69 283.02 0.5 0.21
Hex 41 1B 50 13 42 0 45 11B 32 15
Octal 101 33 120 23 102 0 105 433 62 25
Binary 1000001 11011 1010000 10011 1000010 0 1000101 100011011 110010 10101

Color Harmonies of #411B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411B50

Black with #411B50

Text Example


Text Example

White with #411B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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