#41195A

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

Shades of Scarlet Gum #41195A

Tints of Scarlet Gum #41195A

Color information

#41195A (or 0x41195A) is unknown color: approx Scarlet Gum. HEX triplet: 41, 19 and 5A. RGB value is (65,25,90). Sum of RGB (Red+Green+Blue) = 65+25+90=180 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.11% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 90 (35.55% from 255 or 50% from 180); Max value from RGB is 90 - color contains mainly: blue. Hex color #41195A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41195A is #BEE6A5. Grayscale: #2C2C2C. Windows color (decimal): -12510886 or 5904705. OLE color: 5904705.

HSL color Cylindrical-coordinate representation of color #41195A: hue angle of 276.92º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41195A is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB652590-
CMYK0.280.7200.65
HSL276.92º56.52%22.55%-
HSV(B)276.92º72.22%35.29%-
XYZ4.372.569.94-
YUV44.37153.75142.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.11%
GREEN value IS 25 (10.16% from 255) = 13.89%
BLUE value IS 90 (35.55% from 255) = 50%
R=36.11%
G=13.89%
B=50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6525900.280.7200.65276.9256.5222.55
Hex41195A1C480411153917
Octal101311323411001014257127
Binary10000011100110110101110010010000100000110001010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41195A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41195A; }

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

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

<style>
 a { background-color: #41195A; }

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

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

<style>
 span { border-color: #41195A; }

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

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