#41185C

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

Shades of Scarlet Gum #41185C

Tints of Scarlet Gum #41185C

Color information

#41185C (or 0x41185C) is unknown color: approx Scarlet Gum. HEX triplet: 41, 18 and 5C. RGB value is (65,24,92). Sum of RGB (Red+Green+Blue) = 65+24+92=181 (23% of max value = 765). Red value is 65 (25.78% from 255 or 35.91% from 181); Green value is 24 (9.77% from 255 or 13.26% from 181); Blue value is 92 (36.33% from 255 or 50.83% from 181); Max value from RGB is 92 - color contains mainly: blue. Hex color #41185C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41185C is #BEE7A3. Grayscale: #2B2B2B. Windows color (decimal): -12511140 or 6035521. OLE color: 6035521.

HSL color Cylindrical-coordinate representation of color #41185C: hue angle of 276.18º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41185C is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB652492-
CMYK0.290.7400.64
HSL276.18º58.62%22.75%-
HSV(B)276.18º73.91%36.08%-
XYZ4.442.5510.38-
YUV44.01155.08142.97-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.91%
GREEN value IS 24 (9.77% from 255) = 13.26%
BLUE value IS 92 (36.33% from 255) = 50.83%
R=35.91%
G=13.26%
B=50.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6524920.290.7400.64276.1858.6222.75
Hex41185C1D4A0401143b17
Octal101301343511201004247327
Binary10000011100010111001110110010100100000010001010011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41185C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41185C; }

 p { color: rgb(65,24,92); }

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

<style>
 a { background-color: #41185C; }

 a { background-color: rgb(65,24,92); }

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

<style>
 span { border-color: #41185C; }

 span { border-color: rgb(65,24,92); }

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