Html Css Color HEX #41194D Scarlet Gum

📋 copy color: '#41194D'

red 65 ◦ green 25 ◦ blue 77

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

Shades of Scarlet Gum #41194D

Tints of Scarlet Gum #41194D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 46.11%

R = 38.92%
G = 14.97%
B = 46.11%

CMYK

 C value IS 0.16

 M value IS 0.68

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#41194D (or 0x41194D) is known color: Scarlet Gum. HEX triplet: 41, 19 and 4D. RGB value is (65,25,77). Sum of RGB (Red+Green+Blue) = 65+25+77=167 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.92% from 167); Green value is 25 (10.16% from 255 or 14.97% from 167); Blue value is 77 (30.47% from 255 or 46.11% from 167); Max value from RGB is 77 - color contains mainly: blue. Hex color #41194D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41194D is #BEE6B2. Grayscale: #2A2A2A. Windows color (decimal): -12510899 or 5052737. OLE color: 5052737.

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

Color convert

RGB 65 25 77 -
CMYK 0.16 0.68 0 0.70
HSL 286.15º 0.51% 0.2% -
HSV(B) 286.15º 0.68% 0.3% -
XYZ 3.87 2.35 7.27 -
YUV 42.89 147.25 143.77 -
System Red Green Blue C M Y K H S L
Decimal 65 25 77 0.16 0.68 0 0.70 286.15 0.51 0.2
Hex 41 19 4D 10 44 0 46 11E 33 14
Octal 101 31 115 20 104 0 106 436 63 24
Binary 1000001 11001 1001101 10000 1000100 0 1000110 100011110 110011 10100

Color Harmonies of #41194D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41194D

Black with #41194D

Text Example


Text Example

White with #41194D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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