Html Css Color HEX #4C285F Scarlet Gum

📋 copy color: '#4C285F'

red 76 ◦ green 40 ◦ blue 95

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

Shades of Scarlet Gum #4C285F

Tints of Scarlet Gum #4C285F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.96%

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

R = 36.02%
G = 18.96%
B = 45.02%

CMYK

 C value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4C285F (or 0x4C285F) is known color: Scarlet Gum. HEX triplet: 4C, 28 and 5F. RGB value is (76,40,95). Sum of RGB (Red+Green+Blue) = 76+40+95=211 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.02% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 95 (37.5% from 255 or 45.02% from 211); Max value from RGB is 95 - color contains mainly: blue. Hex color #4C285F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C285F is #B3D7A0. Grayscale: #383838. Windows color (decimal): -11786145 or 6236236. OLE color: 6236236.

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

Color convert

RGB 76 40 95 -
CMYK 0.20 0.58 0 0.63
HSL 279.27º 0.41% 0.26% -
HSV(B) 279.27º 0.58% 0.37% -
XYZ 5.8 3.88 11.27 -
YUV 57.03 149.43 141.53 -
System Red Green Blue C M Y K H S L
Decimal 76 40 95 0.20 0.58 0 0.63 279.27 0.41 0.26
Hex 4C 28 5F 14 3A 0 3F 117 29 1A
Octal 114 50 137 24 72 0 77 427 51 32
Binary 1001100 101000 1011111 10100 111010 0 111111 100010111 101001 11010

Color Harmonies of #4C285F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C285F

Black with #4C285F

Text Example


Text Example

White with #4C285F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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