#41085A

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

Shades of Scarlet Gum #41085A

Tints of Scarlet Gum #41085A

Color information

#41085A (or 0x41085A) is unknown color: approx Scarlet Gum. HEX triplet: 41, 08 and 5A. RGB value is (65,8,90). Sum of RGB (Red+Green+Blue) = 65+8+90=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 8 (3.52% from 255 or 4.91% from 163); Blue value is 90 (35.55% from 255 or 55.21% from 163); Max value from RGB is 90 - color contains mainly: blue. Hex color #41085A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41085A is #BEF7A5. Grayscale: #222222. Windows color (decimal): -12515238 or 5900353. OLE color: 5900353.

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

Color convert

RGB65890-
CMYK0.280.9100.65
HSL281.71º83.67%19.22%-
HSV(B)281.71º91.11%35.29%-
XYZ4.112.049.85-
YUV34.39159.38149.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.88%
GREEN value IS 8 (3.52% from 255) = 4.91%
BLUE value IS 90 (35.55% from 255) = 55.21%
R=39.88%
G=4.91%
B=55.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal658900.280.9100.65281.7183.6719.22
Hex4185A1C5B04111a5413
Octal1011013234133010143212423
Binary10000011000101101011100101101101000001100011010101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41085A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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