Html Css Color HEX #4A1D58 Scarlet Gum

📋 copy color: '#4A1D58'

red 74 ◦ green 29 ◦ blue 88

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

Shades of Scarlet Gum #4A1D58

Tints of Scarlet Gum #4A1D58

RGB

 RED value IS 74 (29.3% from 255) = 38.74%

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

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

R = 38.74%
G = 15.18%
B = 46.07%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4A1D58 (or 0x4A1D58) is known color: Scarlet Gum. HEX triplet: 4A, 1D and 58. RGB value is (74,29,88). Sum of RGB (Red+Green+Blue) = 74+29+88=191 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.74% from 191); Green value is 29 (11.72% from 255 or 15.18% from 191); Blue value is 88 (34.77% from 255 or 46.07% from 191); Max value from RGB is 88 - color contains mainly: blue. Hex color #4A1D58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A1D58 is #B5E2A7. Grayscale: #303030. Windows color (decimal): -11920040 or 5774666. OLE color: 5774666.

HSL color Cylindrical-coordinate representation of color #4A1D58: hue angle of 285.76º 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 #4A1D58 is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 74 29 88 -
CMYK 0.16 0.67 0 0.65
HSL 285.76º 0.5% 0.23% -
HSV(B) 285.76º 0.67% 0.35% -
XYZ 5.02 3.04 9.55 -
YUV 49.18 149.91 145.7 -
System Red Green Blue C M Y K H S L
Decimal 74 29 88 0.16 0.67 0 0.65 285.76 0.5 0.23
Hex 4A 1D 58 10 43 0 41 11E 32 17
Octal 112 35 130 20 103 0 101 436 62 27
Binary 1001010 11101 1011000 10000 1000011 0 1000001 100011110 110010 10111

Color Harmonies of #4A1D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1D58

Black with #4A1D58

Text Example


Text Example

White with #4A1D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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