#40174D

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

Shades of Scarlet Gum #40174D

Tints of Scarlet Gum #40174D

Color information

#40174D (or 0x40174D) is unknown color: approx Scarlet Gum. HEX triplet: 40, 17 and 4D. RGB value is (64,23,77). Sum of RGB (Red+Green+Blue) = 64+23+77=164 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.02% from 164); Green value is 23 (9.38% from 255 or 14.02% from 164); Blue value is 77 (30.47% from 255 or 46.95% from 164); Max value from RGB is 77 - color contains mainly: blue. Hex color #40174D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40174D is #BFE8B2. Grayscale: #292929. Windows color (decimal): -12576947 or 5052224. OLE color: 5052224.

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

Color convert

RGB642377-
CMYK0.170.7000.70
HSL285.56º54%19.61%-
HSV(B)285.56º70.13%30.2%-
XYZ3.762.247.26-
YUV41.42148.08144.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.02%
GREEN value IS 23 (9.38% from 255) = 14.02%
BLUE value IS 77 (30.47% from 255) = 46.95%
R=39.02%
G=14.02%
B=46.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6423770.170.7000.70285.565419.61
Hex40174D114604611e3614
Octal100271152110601064366624
Binary10000001011110011011000110001100100011010001111011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40174D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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