Html Css Color HEX #4A1558 Scarlet Gum

📋 copy color: '#4A1558'

red 74 ◦ green 21 ◦ blue 88

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

Shades of Scarlet Gum #4A1558

Tints of Scarlet Gum #4A1558

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.48%

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

R = 40.44%
G = 11.48%
B = 48.09%

CMYK

 C value IS 0.16

 M value IS 0.76

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4A1558 (or 0x4A1558) is known color: Scarlet Gum. HEX triplet: 4A, 15 and 58. RGB value is (74,21,88). Sum of RGB (Red+Green+Blue) = 74+21+88=183 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.44% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 88 (34.77% from 255 or 48.09% from 183); Max value from RGB is 88 - color contains mainly: blue. Hex color #4A1558 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1558 is #B5EAA7. Grayscale: #2C2C2C. Windows color (decimal): -11922088 or 5772618. OLE color: 5772618.

HSL color Cylindrical-coordinate representation of color #4A1558: hue angle of 287.46º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4A1558 is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 74 21 88 -
CMYK 0.16 0.76 0 0.65
HSL 287.46º 0.61% 0.21% -
HSV(B) 287.46º 0.76% 0.35% -
XYZ 4.85 2.7 9.5 -
YUV 44.49 152.56 149.05 -
System Red Green Blue C M Y K H S L
Decimal 74 21 88 0.16 0.76 0 0.65 287.46 0.61 0.21
Hex 4A 15 58 10 4C 0 41 11F 3D 15
Octal 112 25 130 20 114 0 101 437 75 25
Binary 1001010 10101 1011000 10000 1001100 0 1000001 100011111 111101 10101

Color Harmonies of #4A1558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1558

Black with #4A1558

Text Example


Text Example

White with #4A1558

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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