Html Css Color HEX #4C1E5B Scarlet Gum

📋 copy color: '#4C1E5B'

red 76 ◦ green 30 ◦ blue 91

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

Shades of Scarlet Gum #4C1E5B

Tints of Scarlet Gum #4C1E5B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.23%

 BLUE value IS 91 (35.94% from 255) = 46.19%

R = 38.58%
G = 15.23%
B = 46.19%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4C1E5B (or 0x4C1E5B) is known color: Scarlet Gum. HEX triplet: 4C, 1E and 5B. RGB value is (76,30,91). Sum of RGB (Red+Green+Blue) = 76+30+91=197 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.58% from 197); Green value is 30 (12.11% from 255 or 15.23% from 197); Blue value is 91 (35.94% from 255 or 46.19% from 197); Max value from RGB is 91 - color contains mainly: blue. Hex color #4C1E5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C1E5B is #B3E1A4. Grayscale: #323232. Windows color (decimal): -11788709 or 5971532. OLE color: 5971532.

HSL color Cylindrical-coordinate representation of color #4C1E5B: hue angle of 285.25º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4C1E5B is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 76 30 91 -
CMYK 0.16 0.67 0 0.64
HSL 285.25º 0.5% 0.24% -
HSV(B) 285.25º 0.67% 0.36% -
XYZ 5.33 3.22 10.24 -
YUV 50.71 150.74 146.04 -
System Red Green Blue C M Y K H S L
Decimal 76 30 91 0.16 0.67 0 0.64 285.25 0.5 0.24
Hex 4C 1E 5B 10 43 0 40 11D 32 18
Octal 114 36 133 20 103 0 100 435 62 30
Binary 1001100 11110 1011011 10000 1000011 0 1000000 100011101 110010 11000

Color Harmonies of #4C1E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1E5B

Black with #4C1E5B

Text Example


Text Example

White with #4C1E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,30,91); }

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

background-color css

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

 a { background-color: rgb(76,30,91); }

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

border-color css

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

 span { border-color: rgb(76,30,91); }

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