Html Css Color HEX #40194C Scarlet Gum

📋 copy color: '#40194C'

red 64 ◦ green 25 ◦ blue 76

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

Shades of Scarlet Gum #40194C

Tints of Scarlet Gum #40194C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 46.06%

R = 38.79%
G = 15.15%
B = 46.06%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#40194C (or 0x40194C) is known color: Scarlet Gum. HEX triplet: 40, 19 and 4C. RGB value is (64,25,76). Sum of RGB (Red+Green+Blue) = 64+25+76=165 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.79% from 165); Green value is 25 (10.16% from 255 or 15.15% from 165); Blue value is 76 (30.08% from 255 or 46.06% from 165); Max value from RGB is 76 - color contains mainly: blue. Hex color #40194C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40194C is #BFE6B3. Grayscale: #2A2A2A. Windows color (decimal): -12576436 or 4987200. OLE color: 4987200.

HSL color Cylindrical-coordinate representation of color #40194C: hue angle of 285.88º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40194C is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 64 25 76 -
CMYK 0.16 0.67 0 0.70
HSL 285.88º 0.5% 0.2% -
HSV(B) 285.88º 0.67% 0.3% -
XYZ 3.77 2.31 7.08 -
YUV 42.48 146.92 143.35 -
System Red Green Blue C M Y K H S L
Decimal 64 25 76 0.16 0.67 0 0.70 285.88 0.5 0.2
Hex 40 19 4C 10 43 0 46 11E 32 14
Octal 100 31 114 20 103 0 106 436 62 24
Binary 1000000 11001 1001100 10000 1000011 0 1000110 100011110 110010 10100

Color Harmonies of #40194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40194C

Black with #40194C

Text Example


Text Example

White with #40194C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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