Html Css Color HEX #411851 Scarlet Gum

📋 copy color: '#411851'

red 65 ◦ green 24 ◦ blue 81

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

Shades of Scarlet Gum #411851

Tints of Scarlet Gum #411851

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.12%

 BLUE value IS 81 (32.03% from 255) = 47.65%

R = 38.24%
G = 14.12%
B = 47.65%

CMYK

 C value IS 0.20

 M value IS 0.70

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#411851 (or 0x411851) is known color: Scarlet Gum. HEX triplet: 41, 18 and 51. RGB value is (65,24,81). Sum of RGB (Red+Green+Blue) = 65+24+81=170 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.24% from 170); Green value is 24 (9.77% from 255 or 14.12% from 170); Blue value is 81 (32.03% from 255 or 47.65% from 170); Max value from RGB is 81 - color contains mainly: blue. Hex color #411851 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411851 is #BEE7AE. Grayscale: #2A2A2A. Windows color (decimal): -12511151 or 5314625. OLE color: 5314625.

HSL color Cylindrical-coordinate representation of color #411851: hue angle of 283.16º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #411851 is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 65 24 81 -
CMYK 0.20 0.70 0 0.68
HSL 283.16º 0.54% 0.21% -
HSV(B) 283.16º 0.7% 0.32% -
XYZ 3.99 2.37 8.03 -
YUV 42.76 149.58 143.87 -
System Red Green Blue C M Y K H S L
Decimal 65 24 81 0.20 0.70 0 0.68 283.16 0.54 0.21
Hex 41 18 51 14 46 0 44 11B 36 15
Octal 101 30 121 24 106 0 104 433 66 25
Binary 1000001 11000 1010001 10100 1000110 0 1000100 100011011 110110 10101

Color Harmonies of #411851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411851

Black with #411851

Text Example


Text Example

White with #411851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411851; }

 p { color: rgb(65,24,81); }

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

background-color css

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

 a { background-color: rgb(65,24,81); }

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

border-color css

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

 span { border-color: rgb(65,24,81); }

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