#41165B

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

Shades of Scarlet Gum #41165B

Tints of Scarlet Gum #41165B

Color information

#41165B (or 0x41165B) is unknown color: approx Scarlet Gum. HEX triplet: 41, 16 and 5B. RGB value is (65,22,91). Sum of RGB (Red+Green+Blue) = 65+22+91=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 22 (8.98% from 255 or 12.36% from 178); Blue value is 91 (35.94% from 255 or 51.12% from 178); Max value from RGB is 91 - color contains mainly: blue. Hex color #41165B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41165B is #BEE9A4. Grayscale: #2A2A2A. Windows color (decimal): -12511653 or 5969473. OLE color: 5969473.

HSL color Cylindrical-coordinate representation of color #41165B: hue angle of 277.39º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #41165B is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB652291-
CMYK0.290.7600.64
HSL277.39º61.06%22.16%-
HSV(B)277.39º75.82%35.69%-
XYZ4.362.4510.14-
YUV42.72155.25143.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.52%
GREEN value IS 22 (8.98% from 255) = 12.36%
BLUE value IS 91 (35.94% from 255) = 51.12%
R=36.52%
G=12.36%
B=51.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6522910.290.7600.64277.3961.0622.16
Hex41165B1D4C0401153d16
Octal101261333511401004257526
Binary10000011011010110111110110011000100000010001010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41165B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41165B; }

 p { color: rgb(65,22,91); }

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

<style>
 a { background-color: #41165B; }

 a { background-color: rgb(65,22,91); }

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

<style>
 span { border-color: #41165B; }

 span { border-color: rgb(65,22,91); }

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