Html Css Color HEX #411956 Scarlet Gum

📋 copy color: '#411956'

red 65 ◦ green 25 ◦ blue 86

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

Shades of Scarlet Gum #411956

Tints of Scarlet Gum #411956

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.2%

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

R = 36.93%
G = 14.2%
B = 48.86%

CMYK

 C value IS 0.24

 M value IS 0.71

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#411956 (or 0x411956) is known color: Scarlet Gum. HEX triplet: 41, 19 and 56. RGB value is (65,25,86). Sum of RGB (Red+Green+Blue) = 65+25+86=176 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.93% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 86 (33.98% from 255 or 48.86% from 176); Max value from RGB is 86 - color contains mainly: blue. Hex color #411956 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411956 is #BEE6A9. Grayscale: #2B2B2B. Windows color (decimal): -12510890 or 5642561. OLE color: 5642561.

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

Color convert

RGB 65 25 86 -
CMYK 0.24 0.71 0 0.66
HSL 279.34º 0.55% 0.22% -
HSV(B) 279.34º 0.71% 0.34% -
XYZ 4.21 2.49 9.06 -
YUV 43.91 151.75 143.04 -
System Red Green Blue C M Y K H S L
Decimal 65 25 86 0.24 0.71 0 0.66 279.34 0.55 0.22
Hex 41 19 56 18 47 0 42 117 37 16
Octal 101 31 126 30 107 0 102 427 67 26
Binary 1000001 11001 1010110 11000 1000111 0 1000010 100010111 110111 10110

Color Harmonies of #411956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411956

Black with #411956

Text Example


Text Example

White with #411956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411956; }

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

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

background-color css

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

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

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

border-color css

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

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

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