#41065A

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

Shades of Scarlet Gum #41065A

Tints of Scarlet Gum #41065A

Color information

#41065A (or 0x41065A) is unknown color: approx Scarlet Gum. HEX triplet: 41, 06 and 5A. RGB value is (65,6,90). Sum of RGB (Red+Green+Blue) = 65+6+90=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 6 (2.73% from 255 or 3.73% from 161); Blue value is 90 (35.55% from 255 or 55.90% from 161); Max value from RGB is 90 - color contains mainly: blue. Hex color #41065A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41065A is #BEF9A5. Grayscale: #202020. Windows color (decimal): -12515750 or 5899841. OLE color: 5899841.

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

Color convert

RGB65690-
CMYK0.280.9300.65
HSL282.14º87.5%18.82%-
HSV(B)282.14º93.33%35.29%-
XYZ4.091.999.84-
YUV33.22160.05150.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.37%
GREEN value IS 6 (2.73% from 255) = 3.73%
BLUE value IS 90 (35.55% from 255) = 55.90%
R=40.37%
G=3.73%
B=55.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal656900.280.9300.65282.1487.518.82
Hex4165A1C5D04111a5813
Octal101613234135010143213023
Binary1000001110101101011100101110101000001100011010101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41065A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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