Html Css Color HEX #4C295F Scarlet Gum

📋 copy color: '#4C295F'

red 76 ◦ green 41 ◦ blue 95

#4C295F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet Gum #4C295F

Tints of Scarlet Gum #4C295F

RGB

 RED value IS 76 (30.08% from 255) = 35.85%

 GREEN value IS 41 (16.41% from 255) = 19.34%

 BLUE value IS 95 (37.5% from 255) = 44.81%

R = 35.85%
G = 19.34%
B = 44.81%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4C295F (or 0x4C295F) is known color: Scarlet Gum. HEX triplet: 4C, 29 and 5F. RGB value is (76,41,95). Sum of RGB (Red+Green+Blue) = 76+41+95=212 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.85% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 95 (37.5% from 255 or 44.81% from 212); Max value from RGB is 95 - color contains mainly: blue. Hex color #4C295F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C295F is #B3D6A0. Grayscale: #393939. Windows color (decimal): -11785889 or 6236492. OLE color: 6236492.

HSL color Cylindrical-coordinate representation of color #4C295F: hue angle of 278.89º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4C295F is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 76 41 95 -
CMYK 0.20 0.57 0 0.63
HSL 278.89º 0.4% 0.27% -
HSV(B) 278.89º 0.57% 0.37% -
XYZ 5.84 3.95 11.28 -
YUV 57.62 149.1 141.11 -
System Red Green Blue C M Y K H S L
Decimal 76 41 95 0.20 0.57 0 0.63 278.89 0.4 0.27
Hex 4C 29 5F 14 39 0 3F 117 28 1B
Octal 114 51 137 24 71 0 77 427 50 33
Binary 1001100 101001 1011111 10100 111001 0 111111 100010111 101000 11011

Color Harmonies of #4C295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C295F

Black with #4C295F

Text Example


Text Example

White with #4C295F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,41,95); }

 H1.HeaderClassName
 {
   color: #4C295F;
 }
 .AnyTagClassName
 {
   color: #4C295F;
 }
</style>

background-color css

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

 a { background-color: rgb(76,41,95); }

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

border-color css

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

 span { border-color: rgb(76,41,95); }

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