#41194E

Color #41194E Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #41194E

Tints of Scarlet Gum #41194E

Color information

#41194E (or 0x41194E) is unknown color: approx 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

RGB652578-
CMYK0.170.6800.69
HSL285.28º51.46%20.2%-
HSV(B)285.28º67.95%30.59%-
XYZ3.92.377.46-
YUV43147.75143.69-

RGB Variations

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

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 (Cyan) values IS 0.17
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6525780.170.6800.69285.2851.4620.2
Hex41194E114404511d3314
Octal101311162110401054356324
Binary10000011100110011101000110001000100010110001110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41194E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>