#40155A

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

Shades of Scarlet Gum #40155A

Tints of Scarlet Gum #40155A

Color information

#40155A (or 0x40155A) is unknown color: approx Scarlet Gum. HEX triplet: 40, 15 and 5A. RGB value is (64,21,90). Sum of RGB (Red+Green+Blue) = 64+21+90=175 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.57% from 175); Green value is 21 (8.59% from 255 or 12% from 175); Blue value is 90 (35.55% from 255 or 51.43% from 175); Max value from RGB is 90 - color contains mainly: blue. Hex color #40155A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40155A is #BFEAA5. Grayscale: #292929. Windows color (decimal): -12577446 or 5903680. OLE color: 5903680.

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

Color convert

RGB642190-
CMYK0.290.7700.65
HSL277.39º62.16%21.76%-
HSV(B)277.39º76.67%35.29%-
XYZ4.232.369.91-
YUV41.72155.25143.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.57%
GREEN value IS 21 (8.59% from 255) = 12%
BLUE value IS 90 (35.55% from 255) = 51.43%
R=36.57%
G=12%
B=51.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6421900.290.7700.65277.3962.1621.76
Hex40155A1D4D0411153e16
Octal100251323511501014257626
Binary10000001010110110101110110011010100000110001010111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40155A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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