Html Css Color HEX #40174D Scarlet Gum

📋 copy color: '#40174D'

red 64 ◦ green 23 ◦ blue 77

#40174D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet Gum #40174D

Tints of Scarlet Gum #40174D

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 value IS 0.17

 M value IS 0.70

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#40174D (or 0x40174D) is known color: 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

RGB 64 23 77 -
CMYK 0.17 0.70 0 0.70
HSL 285.56º 0.54% 0.2% -
HSV(B) 285.56º 0.7% 0.3% -
XYZ 3.76 2.24 7.26 -
YUV 41.42 148.08 144.11 -
System Red Green Blue C M Y K H S L
Decimal 64 23 77 0.17 0.70 0 0.70 285.56 0.54 0.2
Hex 40 17 4D 11 46 0 46 11E 36 14
Octal 100 27 115 21 106 0 106 436 66 24
Binary 1000000 10111 1001101 10001 1000110 0 1000110 100011110 110110 10100

Color Harmonies of #40174D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40174D

Black with #40174D

Text Example


Text Example

White with #40174D

Text Example


Text Example

HTML Codes & Css Web 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>