#40195A

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

Shades of Scarlet Gum #40195A

Tints of Scarlet Gum #40195A

Color information

#40195A (or 0x40195A) is unknown color: approx Scarlet Gum. HEX triplet: 40, 19 and 5A. RGB value is (64,25,90). Sum of RGB (Red+Green+Blue) = 64+25+90=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 25 (10.16% from 255 or 13.97% from 179); Blue value is 90 (35.55% from 255 or 50.28% from 179); Max value from RGB is 90 - color contains mainly: blue. Hex color #40195A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40195A is #BFE6A5. Grayscale: #2B2B2B. Windows color (decimal): -12576422 or 5904704. OLE color: 5904704.

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

Color convert

RGB642590-
CMYK0.290.7200.65
HSL276º56.52%22.55%-
HSV(B)276º72.22%35.29%-
XYZ4.312.529.93-
YUV44.07153.92142.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.75%
GREEN value IS 25 (10.16% from 255) = 13.97%
BLUE value IS 90 (35.55% from 255) = 50.28%
R=35.75%
G=13.97%
B=50.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6425900.290.7200.6527656.5222.55
Hex40195A1D480411143917
Octal100311323511001014247127
Binary10000001100110110101110110010000100000110001010011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40195A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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