Html Css Color HEX #41194E Scarlet Gum

📋 copy color: '#41194E'

red 65 ◦ green 25 ◦ blue 78

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

Shades of Scarlet Gum #41194E

Tints of Scarlet Gum #41194E

RGB

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

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

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

R = 38.69%
G = 14.88%
B = 46.43%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#41194E (or 0x41194E) is known color: Scarlet Gum. HEX triplet: 41, 19 and 4E. RGB value is (65,25,78). Sum of RGB (Red+Green+Blue) = 65+25+78=168 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.69% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 78 (30.86% from 255 or 46.43% from 168); Max value from RGB is 78 - color contains mainly: blue. Hex color #41194E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41194E is #BEE6B1. Grayscale: #2A2A2A. Windows color (decimal): -12510898 or 5118273. OLE color: 5118273.

HSL color Cylindrical-coordinate representation of color #41194E: hue angle of 285.28º degrees, saturation: 0.51, 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 #41194E is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 25 78 -
CMYK 0.17 0.68 0 0.69
HSL 285.28º 0.51% 0.2% -
HSV(B) 285.28º 0.68% 0.31% -
XYZ 3.9 2.37 7.46 -
YUV 43 147.75 143.69 -
System Red Green Blue C M Y K H S L
Decimal 65 25 78 0.17 0.68 0 0.69 285.28 0.51 0.2
Hex 41 19 4E 11 44 0 45 11D 33 14
Octal 101 31 116 21 104 0 105 435 63 24
Binary 1000001 11001 1001110 10001 1000100 0 1000101 100011101 110011 10100

Color Harmonies of #41194E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41194E

Black with #41194E

Text Example


Text Example

White with #41194E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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