#4C255C

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

Shades of Scarlet Gum #4C255C

Tints of Scarlet Gum #4C255C

Color information

#4C255C (or 0x4C255C) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 25 and 5C. RGB value is (76,37,92). Sum of RGB (Red+Green+Blue) = 76+37+92=205 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.07% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 92 - color contains mainly: blue. Hex color #4C255C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C255C is #B3DAA3. Grayscale: #363636. Windows color (decimal): -11786916 or 6038860. OLE color: 6038860.

HSL color Cylindrical-coordinate representation of color #4C255C: hue angle of 282.55º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C255C is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB763792-
CMYK0.170.6000.64
HSL282.55º42.64%25.29%-
HSV(B)282.55º59.78%36.08%-
XYZ5.573.6310.53-
YUV54.93148.92143.03-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 37.07%
GREEN value IS 37 (14.84% from 255) = 18.05%
BLUE value IS 92 (36.33% from 255) = 44.88%
R=37.07%
G=18.05%
B=44.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7637920.170.6000.64282.5542.6425.29
Hex4C255C113C04011b2b19
Octal11445134217401004335331
Binary10011001001011011100100011111000100000010001101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C255C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,37,92); }

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

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

 a { background-color: rgb(76,37,92); }

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

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

 span { border-color: rgb(76,37,92); }

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