#40194D

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

Shades of Scarlet Gum #40194D

Tints of Scarlet Gum #40194D

Color information

#40194D (or 0x40194D) is unknown color: approx Scarlet Gum. HEX triplet: 40, 19 and 4D. RGB value is (64,25,77). Sum of RGB (Red+Green+Blue) = 64+25+77=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 25 (10.16% from 255 or 15.06% from 166); Blue value is 77 (30.47% from 255 or 46.39% from 166); Max value from RGB is 77 - color contains mainly: blue. Hex color #40194D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40194D is #BFE6B2. Grayscale: #2A2A2A. Windows color (decimal): -12576435 or 5052736. OLE color: 5052736.

HSL color Cylindrical-coordinate representation of color #40194D: hue angle of 285º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40194D is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB642577-
CMYK0.170.6800.70
HSL285º50.98%20%-
HSV(B)285º67.53%30.2%-
XYZ3.82.327.27-
YUV42.59147.42143.27-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.55%
GREEN value IS 25 (10.16% from 255) = 15.06%
BLUE value IS 77 (30.47% from 255) = 46.39%
R=38.55%
G=15.06%
B=46.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6425770.170.6800.7028550.9820
Hex40194D114404611d3314
Octal100311152110401064356324
Binary10000001100110011011000110001000100011010001110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40194D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40194D; }

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

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

<style>
 a { background-color: #40194D; }

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

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

<style>
 span { border-color: #40194D; }

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

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