Html Css Color HEX #411456 Scarlet Gum

📋 copy color: '#411456'

red 65 ◦ green 20 ◦ blue 86

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

Shades of Scarlet Gum #411456

Tints of Scarlet Gum #411456

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.7%

 BLUE value IS 86 (33.98% from 255) = 50.29%

R = 38.01%
G = 11.7%
B = 50.29%

CMYK

 C value IS 0.24

 M value IS 0.77

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#411456 (or 0x411456) is known color: Scarlet Gum. HEX triplet: 41, 14 and 56. RGB value is (65,20,86). Sum of RGB (Red+Green+Blue) = 65+20+86=171 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.01% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 86 (33.98% from 255 or 50.29% from 171); Max value from RGB is 86 - color contains mainly: blue. Hex color #411456 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411456 is #BEEBA9. Grayscale: #282828. Windows color (decimal): -12512170 or 5641281. OLE color: 5641281.

HSL color Cylindrical-coordinate representation of color #411456: hue angle of 280.91º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #411456 is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 65 20 86 -
CMYK 0.24 0.77 0 0.66
HSL 280.91º 0.62% 0.21% -
HSV(B) 280.91º 0.77% 0.34% -
XYZ 4.11 2.3 9.03 -
YUV 40.98 153.41 145.13 -
System Red Green Blue C M Y K H S L
Decimal 65 20 86 0.24 0.77 0 0.66 280.91 0.62 0.21
Hex 41 14 56 18 4D 0 42 119 3E 15
Octal 101 24 126 30 115 0 102 431 76 25
Binary 1000001 10100 1010110 11000 1001101 0 1000010 100011001 111110 10101

Color Harmonies of #411456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411456

Black with #411456

Text Example


Text Example

White with #411456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411456; }

 p { color: rgb(65,20,86); }

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

background-color css

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

 a { background-color: rgb(65,20,86); }

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

border-color css

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

 span { border-color: rgb(65,20,86); }

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