#4C1765

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

Shades of Scarlet Gum #4C1765

Tints of Scarlet Gum #4C1765

Color information

#4C1765 (or 0x4C1765) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 17 and 65. RGB value is (76,23,101). Sum of RGB (Red+Green+Blue) = 76+23+101=200 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 101 (39.84% from 255 or 50.5% from 200); Max value from RGB is 101 - color contains mainly: blue. Hex color #4C1765 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1765 is #B3E89A. Grayscale: #2F2F2F. Windows color (decimal): -11790491 or 6625100. OLE color: 6625100.

HSL color Cylindrical-coordinate representation of color #4C1765: hue angle of 280.77º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4C1765 is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7623101-
CMYK0.250.7700.60
HSL280.77º62.9%24.31%-
HSV(B)280.77º77.23%39.61%-
XYZ5.643.0912.61-
YUV47.74158.06148.16-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 38%
GREEN value IS 23 (9.38% from 255) = 11.5%
BLUE value IS 101 (39.84% from 255) = 50.5%
R=38%
G=11.5%
B=50.5%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal76231010.250.7700.60280.7762.924.31
Hex4C1765194D03C1193f18
Octal11427145311150744317730
Binary1001100101111100101110011001101011110010001100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,23,101); }

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

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

 a { background-color: rgb(76,23,101); }

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

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

 span { border-color: rgb(76,23,101); }

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