Html Css Color HEX #40164E Scarlet Gum

📋 copy color: '#40164E'

red 64 ◦ green 22 ◦ blue 78

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

Shades of Scarlet Gum #40164E

Tints of Scarlet Gum #40164E

RGB

 RED value IS 64 (25.39% from 255) = 39.02%

 GREEN value IS 22 (8.98% from 255) = 13.41%

 BLUE value IS 78 (30.86% from 255) = 47.56%

R = 39.02%
G = 13.41%
B = 47.56%

CMYK

 C value IS 0.18

 M value IS 0.72

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#40164E (or 0x40164E) is known color: Scarlet Gum. HEX triplet: 40, 16 and 4E. RGB value is (64,22,78). Sum of RGB (Red+Green+Blue) = 64+22+78=164 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.02% from 164); Green value is 22 (8.98% from 255 or 13.41% from 164); Blue value is 78 (30.86% from 255 or 47.56% from 164); Max value from RGB is 78 - color contains mainly: blue. Hex color #40164E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40164E is #BFE9B1. Grayscale: #282828. Windows color (decimal): -12577202 or 5117504. OLE color: 5117504.

HSL color Cylindrical-coordinate representation of color #40164E: hue angle of 285º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40164E is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 22 78 -
CMYK 0.18 0.72 0 0.69
HSL 285º 0.56% 0.2% -
HSV(B) 285º 0.72% 0.31% -
XYZ 3.78 2.21 7.44 -
YUV 40.94 148.91 144.45 -
System Red Green Blue C M Y K H S L
Decimal 64 22 78 0.18 0.72 0 0.69 285 0.56 0.2
Hex 40 16 4E 12 48 0 45 11D 38 14
Octal 100 26 116 22 110 0 105 435 70 24
Binary 1000000 10110 1001110 10010 1001000 0 1000101 100011101 111000 10100

Color Harmonies of #40164E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40164E

Black with #40164E

Text Example


Text Example

White with #40164E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40164E; }

 p { color: rgb(64,22,78); }

 H1.HeaderClassName
 {
   color: #40164E;
 }
 .AnyTagClassName
 {
   color: #40164E;
 }
</style>

background-color css

<style>
 a { background-color: #40164E; }

 a { background-color: rgb(64,22,78); }

 div.DivClassName
 {
   background-color: #40164E;
 }
 .BgClassName
 {
   background-color: #40164E;
 }
</style>

border-color css

<style>
 span { border-color: #40164E; }

 span { border-color: rgb(64,22,78); }

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