#4D135E

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

Shades of Scarlet Gum #4D135E

Tints of Scarlet Gum #4D135E

Color information

#4D135E (or 0x4D135E) is unknown color: approx Scarlet Gum. HEX triplet: 4D, 13 and 5E. RGB value is (77,19,94). Sum of RGB (Red+Green+Blue) = 77+19+94=190 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.53% from 190); Green value is 19 (7.81% from 255 or 10% from 190); Blue value is 94 (37.11% from 255 or 49.47% from 190); Max value from RGB is 94 - color contains mainly: blue. Hex color #4D135E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D135E is #B2ECA1. Grayscale: #2C2C2C. Windows color (decimal): -11725986 or 6165325. OLE color: 6165325.

HSL color Cylindrical-coordinate representation of color #4D135E: hue angle of 286.4º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4D135E is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB771994-
CMYK0.180.8000.63
HSL286.4º66.37%22.16%-
HSV(B)286.4º79.79%36.86%-
XYZ5.312.8510.86-
YUV44.89155.72150.9-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 40.53%
GREEN value IS 19 (7.81% from 255) = 10%
BLUE value IS 94 (37.11% from 255) = 49.47%
R=40.53%
G=10%
B=49.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7719940.180.8000.63286.466.3722.16
Hex4D135E125003F11e4216
Octal115231362212007743610226
Binary10011011001110111101001010100000111111100011110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D135E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D135E; }

 p { color: rgb(77,19,94); }

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

<style>
 a { background-color: #4D135E; }

 a { background-color: rgb(77,19,94); }

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

<style>
 span { border-color: #4D135E; }

 span { border-color: rgb(77,19,94); }

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