#41194F

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

Shades of Scarlet Gum #41194F

Tints of Scarlet Gum #41194F

Color information

#41194F (or 0x41194F) is unknown color: approx Scarlet Gum. HEX triplet: 41, 19 and 4F. RGB value is (65,25,79). Sum of RGB (Red+Green+Blue) = 65+25+79=169 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.46% from 169); Green value is 25 (10.16% from 255 or 14.79% from 169); Blue value is 79 (31.25% from 255 or 46.75% from 169); Max value from RGB is 79 - color contains mainly: blue. Hex color #41194F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41194F is #BEE6B0. Grayscale: #2A2A2A. Windows color (decimal): -12510897 or 5183809. OLE color: 5183809.

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

Color convert

RGB652579-
CMYK0.180.6800.69
HSL284.44º51.92%20.39%-
HSV(B)284.44º68.35%30.98%-
XYZ3.942.387.65-
YUV43.12148.25143.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.46%
GREEN value IS 25 (10.16% from 255) = 14.79%
BLUE value IS 79 (31.25% from 255) = 46.75%
R=38.46%
G=14.79%
B=46.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6525790.180.6800.69284.4451.9220.39
Hex41194F124404511c3414
Octal101311172210401054346424
Binary10000011100110011111001010001000100010110001110011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41194F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #41194F;
 }
 .AnyTagClassName
 {
   color: #41194F;
 }
</style>
background-color css

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

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

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

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

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

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