#41205A

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

Shades of Scarlet Gum #41205A

Tints of Scarlet Gum #41205A

Color information

#41205A (or 0x41205A) is unknown color: approx Scarlet Gum. HEX triplet: 41, 20 and 5A. RGB value is (65,32,90). Sum of RGB (Red+Green+Blue) = 65+32+90=187 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.76% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 90 (35.55% from 255 or 48.13% from 187); Max value from RGB is 90 - color contains mainly: blue. Hex color #41205A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41205A is #BEDFA5. Grayscale: #303030. Windows color (decimal): -12509094 or 5906497. OLE color: 5906497.

HSL color Cylindrical-coordinate representation of color #41205A: hue angle of 274.14º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #41205A is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB653290-
CMYK0.280.6400.65
HSL274.14º47.54%23.92%-
HSV(B)274.14º64.44%35.29%-
XYZ4.542.99.99-
YUV48.48151.43139.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.76%
GREEN value IS 32 (12.89% from 255) = 17.11%
BLUE value IS 90 (35.55% from 255) = 48.13%
R=34.76%
G=17.11%
B=48.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6532900.280.6400.65274.1447.5423.92
Hex41205A1C400411123018
Octal101401323410001014226030
Binary100000110000010110101110010000000100000110001001011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41205A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41205A; }

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

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

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

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

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

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

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

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