Html Css Color HEX #412056 Scarlet Gum

📋 copy color: '#412056'

red 65 ◦ green 32 ◦ blue 86

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

Shades of Scarlet Gum #412056

Tints of Scarlet Gum #412056

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.49%

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

R = 35.52%
G = 17.49%
B = 46.99%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#412056 (or 0x412056) is known color: Scarlet Gum. HEX triplet: 41, 20 and 56. RGB value is (65,32,86). Sum of RGB (Red+Green+Blue) = 65+32+86=183 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.52% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 86 (33.98% from 255 or 46.99% from 183); Max value from RGB is 86 - color contains mainly: blue. Hex color #412056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412056 is #BEDFA9. Grayscale: #2F2F2F. Windows color (decimal): -12509098 or 5644353. OLE color: 5644353.

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

Color convert

RGB 65 32 86 -
CMYK 0.24 0.63 0 0.66
HSL 276.67º 0.46% 0.23% -
HSV(B) 276.67º 0.63% 0.34% -
XYZ 4.38 2.83 9.12 -
YUV 48.02 149.43 140.11 -
System Red Green Blue C M Y K H S L
Decimal 65 32 86 0.24 0.63 0 0.66 276.67 0.46 0.23
Hex 41 20 56 18 3F 0 42 115 2E 17
Octal 101 40 126 30 77 0 102 425 56 27
Binary 1000001 100000 1010110 11000 111111 0 1000010 100010101 101110 10111

Color Harmonies of #412056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412056

Black with #412056

Text Example


Text Example

White with #412056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412056; }

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

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

background-color css

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

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

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

border-color css

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

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

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