Html Css Color HEX #40194F Scarlet Gum

📋 copy color: '#40194F'

red 64 ◦ green 25 ◦ blue 79

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

Shades of Scarlet Gum #40194F

Tints of Scarlet Gum #40194F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.88%

 BLUE value IS 79 (31.25% from 255) = 47.02%

R = 38.1%
G = 14.88%
B = 47.02%

CMYK

 C value IS 0.19

 M value IS 0.68

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#40194F (or 0x40194F) is known color: Scarlet Gum. HEX triplet: 40, 19 and 4F. RGB value is (64,25,79). Sum of RGB (Red+Green+Blue) = 64+25+79=168 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.10% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 79 (31.25% from 255 or 47.02% from 168); Max value from RGB is 79 - color contains mainly: blue. Hex color #40194F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40194F is #BFE6B0. Grayscale: #2A2A2A. Windows color (decimal): -12576433 or 5183808. OLE color: 5183808.

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

Color convert

RGB 64 25 79 -
CMYK 0.19 0.68 0 0.69
HSL 283.33º 0.52% 0.2% -
HSV(B) 283.33º 0.68% 0.31% -
XYZ 3.87 2.35 7.65 -
YUV 42.82 148.42 143.11 -
System Red Green Blue C M Y K H S L
Decimal 64 25 79 0.19 0.68 0 0.69 283.33 0.52 0.2
Hex 40 19 4F 13 44 0 45 11B 34 14
Octal 100 31 117 23 104 0 105 433 64 24
Binary 1000000 11001 1001111 10011 1000100 0 1000101 100011011 110100 10100

Color Harmonies of #40194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40194F

Black with #40194F

Text Example


Text Example

White with #40194F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #40194F;
 }
 .AnyTagClassName
 {
   color: #40194F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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