#40135A

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

Shades of Scarlet Gum #40135A

Tints of Scarlet Gum #40135A

Color information

#40135A (or 0x40135A) is unknown color: approx Scarlet Gum. HEX triplet: 40, 13 and 5A. RGB value is (64,19,90). Sum of RGB (Red+Green+Blue) = 64+19+90=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 19 (7.81% from 255 or 10.98% from 173); Blue value is 90 (35.55% from 255 or 52.02% from 173); Max value from RGB is 90 - color contains mainly: blue. Hex color #40135A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40135A is #BFECA5. Grayscale: #282828. Windows color (decimal): -12577958 or 5903168. OLE color: 5903168.

HSL color Cylindrical-coordinate representation of color #40135A: hue angle of 278.03º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #40135A is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB641990-
CMYK0.290.7900.65
HSL278.03º65.14%21.37%-
HSV(B)278.03º78.89%35.29%-
XYZ4.192.299.89-
YUV40.55155.91144.73-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.99%
GREEN value IS 19 (7.81% from 255) = 10.98%
BLUE value IS 90 (35.55% from 255) = 52.02%
R=36.99%
G=10.98%
B=52.02%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6419900.290.7900.65278.0365.1421.37
Hex40135A1D4F0411164115
Octal1002313235117010142610125
Binary100000010011101101011101100111101000001100010110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40135A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,19,90); }

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

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

 a { background-color: rgb(64,19,90); }

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

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

 span { border-color: rgb(64,19,90); }

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