#412056

Color #412056 Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #412056

Tints of Scarlet Gum #412056

Color information

#412056 (or 0x412056) is unknown color: approx 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

RGB653286-
CMYK0.240.6300.66
HSL276.67º45.76%23.14%-
HSV(B)276.67º62.79%33.73%-
XYZ4.382.839.12-
YUV48.02149.43140.11-

RGB Variations

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

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 (Cyan) values IS 0.24
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6532860.240.6300.66276.6745.7623.14
Hex412056183F0421152e17
Octal10140126307701024255627
Binary10000011000001010110110001111110100001010001010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>