#40174F

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

Shades of Scarlet Gum #40174F

Tints of Scarlet Gum #40174F

Color information

#40174F (or 0x40174F) is unknown color: approx Scarlet Gum. HEX triplet: 40, 17 and 4F. RGB value is (64,23,79). Sum of RGB (Red+Green+Blue) = 64+23+79=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 23 (9.38% from 255 or 13.86% from 166); Blue value is 79 (31.25% from 255 or 47.59% from 166); Max value from RGB is 79 - color contains mainly: blue. Hex color #40174F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40174F is #BFE8B0. Grayscale: #292929. Windows color (decimal): -12576945 or 5183296. OLE color: 5183296.

HSL color Cylindrical-coordinate representation of color #40174F: hue angle of 283.93º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40174F is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB642379-
CMYK0.190.7100.69
HSL283.93º54.9%20%-
HSV(B)283.93º70.89%30.98%-
XYZ3.832.277.63-
YUV41.64149.08143.95-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.55%
GREEN value IS 23 (9.38% from 255) = 13.86%
BLUE value IS 79 (31.25% from 255) = 47.59%
R=38.55%
G=13.86%
B=47.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6423790.190.7100.69283.9354.920
Hex40174F134704511c3714
Octal100271172310701054346724
Binary10000001011110011111001110001110100010110001110011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40174F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40174F; }

 p { color: rgb(64,23,79); }

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

<style>
 a { background-color: #40174F; }

 a { background-color: rgb(64,23,79); }

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

<style>
 span { border-color: #40174F; }

 span { border-color: rgb(64,23,79); }

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