#40125A

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

Shades of Scarlet Gum #40125A

Tints of Scarlet Gum #40125A

Color information

#40125A (or 0x40125A) is unknown color: approx Scarlet Gum. HEX triplet: 40, 12 and 5A. RGB value is (64,18,90). Sum of RGB (Red+Green+Blue) = 64+18+90=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 18 (7.42% from 255 or 10.47% from 172); Blue value is 90 (35.55% from 255 or 52.33% from 172); Max value from RGB is 90 - color contains mainly: blue. Hex color #40125A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40125A is #BFEDA5. Grayscale: #272727. Windows color (decimal): -12578214 or 5902912. OLE color: 5902912.

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

Color convert

RGB641890-
CMYK0.290.8000.65
HSL278.33º66.67%21.18%-
HSV(B)278.33º80%35.29%-
XYZ4.182.269.89-
YUV39.96156.24145.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.21%
GREEN value IS 18 (7.42% from 255) = 10.47%
BLUE value IS 90 (35.55% from 255) = 52.33%
R=37.21%
G=10.47%
B=52.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6418900.290.8000.65278.3366.6721.18
Hex40125A1D500411164315
Octal1002213235120010142610325
Binary100000010010101101011101101000001000001100010110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40125A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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