#4C1D5B

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

Shades of Scarlet Gum #4C1D5B

Tints of Scarlet Gum #4C1D5B

Color information

#4C1D5B (or 0x4C1D5B) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 1D and 5B. RGB value is (76,29,91). Sum of RGB (Red+Green+Blue) = 76+29+91=196 (25% of max value = 765). Red value is 76 (30.08% from 255 or 38.78% from 196); Green value is 29 (11.72% from 255 or 14.80% from 196); Blue value is 91 (35.94% from 255 or 46.43% from 196); Max value from RGB is 91 - color contains mainly: blue. Hex color #4C1D5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C1D5B is #B3E2A4. Grayscale: #313131. Windows color (decimal): -11788965 or 5971276. OLE color: 5971276.

HSL color Cylindrical-coordinate representation of color #4C1D5B: hue angle of 285.48º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C1D5B is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB762991-
CMYK0.160.6800.64
HSL285.48º51.67%23.53%-
HSV(B)285.48º68.13%35.69%-
XYZ5.313.1710.23-
YUV50.12151.07146.46-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 38.78%
GREEN value IS 29 (11.72% from 255) = 14.80%
BLUE value IS 91 (35.94% from 255) = 46.43%
R=38.78%
G=14.80%
B=46.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7629910.160.6800.64285.4851.6723.53
Hex4C1D5B104404011d3418
Octal114351332010401004356430
Binary10011001110110110111000010001000100000010001110111010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,29,91); }

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

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

 a { background-color: rgb(76,29,91); }

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

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

 span { border-color: rgb(76,29,91); }

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