#41135C

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

Shades of Scarlet Gum #41135C

Tints of Scarlet Gum #41135C

Color information

#41135C (or 0x41135C) is unknown color: approx Scarlet Gum. HEX triplet: 41, 13 and 5C. RGB value is (65,19,92). Sum of RGB (Red+Green+Blue) = 65+19+92=176 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.93% from 176); Green value is 19 (7.81% from 255 or 10.80% from 176); Blue value is 92 (36.33% from 255 or 52.27% from 176); Max value from RGB is 92 - color contains mainly: blue. Hex color #41135C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41135C is #BEECA3. Grayscale: #282828. Windows color (decimal): -12512420 or 6034241. OLE color: 6034241.

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

Color convert

RGB651992-
CMYK0.290.7900.64
HSL277.81º65.77%21.76%-
HSV(B)277.81º79.35%36.08%-
XYZ4.342.3610.35-
YUV41.08156.74145.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.93%
GREEN value IS 19 (7.81% from 255) = 10.80%
BLUE value IS 92 (36.33% from 255) = 52.27%
R=36.93%
G=10.80%
B=52.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6519920.290.7900.64277.8165.7721.76
Hex41135C1D4F0401164216
Octal1012313435117010042610226
Binary100000110011101110011101100111101000000100010110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41135C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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