Html Css Color HEX #4C1D58 Scarlet Gum

📋 copy color: '#4C1D58'

red 76 ◦ green 29 ◦ blue 88

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

Shades of Scarlet Gum #4C1D58

Tints of Scarlet Gum #4C1D58

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.03%

 BLUE value IS 88 (34.77% from 255) = 45.6%

R = 39.38%
G = 15.03%
B = 45.6%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4C1D58 (or 0x4C1D58) is known color: Scarlet Gum. HEX triplet: 4C, 1D and 58. RGB value is (76,29,88). Sum of RGB (Red+Green+Blue) = 76+29+88=193 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.38% from 193); Green value is 29 (11.72% from 255 or 15.03% from 193); Blue value is 88 (34.77% from 255 or 45.60% from 193); Max value from RGB is 88 - color contains mainly: blue. Hex color #4C1D58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C1D58 is #B3E2A7. Grayscale: #313131. Windows color (decimal): -11788968 or 5774668. OLE color: 5774668.

HSL color Cylindrical-coordinate representation of color #4C1D58: hue angle of 287.8º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4C1D58 is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 76 29 88 -
CMYK 0.14 0.67 0 0.65
HSL 287.8º 0.5% 0.23% -
HSV(B) 287.8º 0.67% 0.35% -
XYZ 5.18 3.12 9.56 -
YUV 49.78 149.57 146.7 -
System Red Green Blue C M Y K H S L
Decimal 76 29 88 0.14 0.67 0 0.65 287.8 0.5 0.23
Hex 4C 1D 58 E 43 0 41 120 32 17
Octal 114 35 130 16 103 0 101 440 62 27
Binary 1001100 11101 1011000 1110 1000011 0 1000001 100100000 110010 10111

Color Harmonies of #4C1D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1D58

Black with #4C1D58

Text Example


Text Example

White with #4C1D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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