#412057

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

Shades of Scarlet Gum #412057

Tints of Scarlet Gum #412057

Color information

#412057 (or 0x412057) is unknown color: approx Scarlet Gum. HEX triplet: 41, 20 and 57. RGB value is (65,32,87). Sum of RGB (Red+Green+Blue) = 65+32+87=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 87 (34.38% from 255 or 47.28% from 184); Max value from RGB is 87 - color contains mainly: blue. Hex color #412057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412057 is #BEDFA8. Grayscale: #2F2F2F. Windows color (decimal): -12509097 or 5709889. OLE color: 5709889.

HSL color Cylindrical-coordinate representation of color #412057: hue angle of 276º 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 #412057 is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB653287-
CMYK0.250.6300.66
HSL276º46.22%23.33%-
HSV(B)276º63.22%34.12%-
XYZ4.422.849.33-
YUV48.14149.93140.03-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.33%
GREEN value IS 32 (12.89% from 255) = 17.39%
BLUE value IS 87 (34.38% from 255) = 47.28%
R=35.33%
G=17.39%
B=47.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6532870.250.6300.6627646.2223.33
Hex412057193F0421142e17
Octal10140127317701024245627
Binary10000011000001010111110011111110100001010001010010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412057; }

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

 H1.HeaderClassName
 {
   color: #412057;
 }
 .AnyTagClassName
 {
   color: #412057;
 }
</style>
background-color css

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

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

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

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

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

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