Html Css Color HEX #411256 Scarlet Gum

📋 copy color: '#411256'

red 65 ◦ green 18 ◦ blue 86

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

Shades of Scarlet Gum #411256

Tints of Scarlet Gum #411256

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.65%

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

R = 38.46%
G = 10.65%
B = 50.89%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#411256 (or 0x411256) is known color: Scarlet Gum. HEX triplet: 41, 12 and 56. RGB value is (65,18,86). Sum of RGB (Red+Green+Blue) = 65+18+86=169 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.46% from 169); Green value is 18 (7.42% from 255 or 10.65% from 169); Blue value is 86 (33.98% from 255 or 50.89% from 169); Max value from RGB is 86 - color contains mainly: blue. Hex color #411256 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411256 is #BEEDA9. Grayscale: #272727. Windows color (decimal): -12512682 or 5640769. OLE color: 5640769.

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

Color convert

RGB 65 18 86 -
CMYK 0.24 0.79 0 0.66
HSL 281.47º 0.65% 0.2% -
HSV(B) 281.47º 0.79% 0.34% -
XYZ 4.08 2.23 9.02 -
YUV 39.81 154.07 145.97 -
System Red Green Blue C M Y K H S L
Decimal 65 18 86 0.24 0.79 0 0.66 281.47 0.65 0.2
Hex 41 12 56 18 4F 0 42 119 41 14
Octal 101 22 126 30 117 0 102 431 101 24
Binary 1000001 10010 1010110 11000 1001111 0 1000010 100011001 1000001 10100

Color Harmonies of #411256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411256

Black with #411256

Text Example


Text Example

White with #411256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411256; }

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

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

background-color css

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

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

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

border-color css

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

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

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