#410A56

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

Shades of Scarlet Gum #410A56

Tints of Scarlet Gum #410A56

Color information

#410A56 (or 0x410A56) is unknown color: approx Scarlet Gum. HEX triplet: 41, 0A and 56. RGB value is (65,10,86). Sum of RGB (Red+Green+Blue) = 65+10+86=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 10 (4.30% from 255 or 6.21% from 161); Blue value is 86 (33.98% from 255 or 53.42% from 161); Max value from RGB is 86 - color contains mainly: blue. Hex color #410A56 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410A56 is #BEF5A9. Grayscale: #222222. Windows color (decimal): -12514730 or 5638721. OLE color: 5638721.

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

Color convert

RGB651086-
CMYK0.240.8800.66
HSL283.42º79.17%18.82%-
HSV(B)283.42º88.37%33.73%-
XYZ3.972.018.98-
YUV35.11156.72149.32-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.37%
GREEN value IS 10 (4.30% from 255) = 6.21%
BLUE value IS 86 (33.98% from 255) = 53.42%
R=40.37%
G=6.21%
B=53.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6510860.240.8800.66283.4279.1718.82
Hex41A56185804211b4f13
Octal1011212630130010243311723
Binary10000011010101011011000101100001000010100011011100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410A56; }

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

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

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

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

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

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

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

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