Html Css Color HEX #41194C Scarlet Gum

📋 copy color: '#41194C'

red 65 ◦ green 25 ◦ blue 76

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

Shades of Scarlet Gum #41194C

Tints of Scarlet Gum #41194C

RGB

 RED value IS 65 (25.78% from 255) = 39.16%

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

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

R = 39.16%
G = 15.06%
B = 45.78%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#41194C (or 0x41194C) is known color: Scarlet Gum. HEX triplet: 41, 19 and 4C. RGB value is (65,25,76). Sum of RGB (Red+Green+Blue) = 65+25+76=166 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.16% from 166); Green value is 25 (10.16% from 255 or 15.06% from 166); Blue value is 76 (30.08% from 255 or 45.78% from 166); Max value from RGB is 76 - color contains mainly: blue. Hex color #41194C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41194C is #BEE6B3. Grayscale: #2A2A2A. Windows color (decimal): -12510900 or 4987201. OLE color: 4987201.

HSL color Cylindrical-coordinate representation of color #41194C: hue angle of 287.06º 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 #41194C is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 65 25 76 -
CMYK 0.14 0.67 0 0.70
HSL 287.06º 0.5% 0.2% -
HSV(B) 287.06º 0.67% 0.3% -
XYZ 3.83 2.34 7.09 -
YUV 42.77 146.75 143.85 -
System Red Green Blue C M Y K H S L
Decimal 65 25 76 0.14 0.67 0 0.70 287.06 0.5 0.2
Hex 41 19 4C E 43 0 46 11F 32 14
Octal 101 31 114 16 103 0 106 437 62 24
Binary 1000001 11001 1001100 1110 1000011 0 1000110 100011111 110010 10100

Color Harmonies of #41194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41194C

Black with #41194C

Text Example


Text Example

White with #41194C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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