Html Css Color HEX #4C035B Scarlet Gum

📋 copy color: '#4C035B'

red 76 ◦ green 3 ◦ blue 91

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

Shades of Scarlet Gum #4C035B

Tints of Scarlet Gum #4C035B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.76%

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

R = 44.71%
G = 1.76%
B = 53.53%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4C035B (or 0x4C035B) is known color: Scarlet Gum. HEX triplet: 4C, 03 and 5B. RGB value is (76,3,91). Sum of RGB (Red+Green+Blue) = 76+3+91=170 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.71% from 170); Green value is 3 (1.56% from 255 or 1.76% from 170); Blue value is 91 (35.94% from 255 or 53.53% from 170); Max value from RGB is 91 - color contains mainly: blue. Hex color #4C035B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C035B is #B3FCA4. Grayscale: #222222. Windows color (decimal): -11795621 or 5964620. OLE color: 5964620.

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

Color convert

RGB 76 3 91 -
CMYK 0.16 0.97 0 0.64
HSL 289.77º 0.94% 0.18% -
HSV(B) 289.77º 0.97% 0.36% -
XYZ 4.9 2.36 10.09 -
YUV 34.86 159.68 157.34 -
System Red Green Blue C M Y K H S L
Decimal 76 3 91 0.16 0.97 0 0.64 289.77 0.94 0.18
Hex 4C 3 5B 10 61 0 40 122 5E 12
Octal 114 3 133 20 141 0 100 442 136 22
Binary 1001100 11 1011011 10000 1100001 0 1000000 100100010 1011110 10010

Color Harmonies of #4C035B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C035B

Black with #4C035B

Text Example


Text Example

White with #4C035B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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