Html Css Color HEX #4A058D Indigo

📋 copy color: '#4A058D'

red 74 ◦ green 5 ◦ blue 141

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

Shades of Indigo #4A058D

Tints of Indigo #4A058D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.27%

 BLUE value IS 141 (55.47% from 255) = 64.09%

R = 33.64%
G = 2.27%
B = 64.09%

CMYK

 C value IS 0.48

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4A058D (or 0x4A058D) is known color: Indigo. HEX triplet: 4A, 05 and 8D. RGB value is (74,5,141). Sum of RGB (Red+Green+Blue) = 74+5+141=220 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.64% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 141 (55.47% from 255 or 64.09% from 220); Max value from RGB is 141 - color contains mainly: blue. Hex color #4A058D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A058D is #B5FA72. Grayscale: #282828. Windows color (decimal): -11926131 or 9241930. OLE color: 9241930.

HSL color Cylindrical-coordinate representation of color #4A058D: hue angle of 270.44º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A058D is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 74 5 141 -
CMYK 0.48 0.96 0 0.45
HSL 270.44º 0.93% 0.29% -
HSV(B) 270.44º 0.96% 0.55% -
XYZ 7.69 3.49 25.47 -
YUV 41.14 184.36 151.44 -
System Red Green Blue C M Y K H S L
Decimal 74 5 141 0.48 0.96 0 0.45 270.44 0.93 0.29
Hex 4A 5 8D 30 60 0 2D 10E 5D 1D
Octal 112 5 215 60 140 0 55 416 135 35
Binary 1001010 101 10001101 110000 1100000 0 101101 100001110 1011101 11101

Color Harmonies of #4A058D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A058D

Black with #4A058D

Text Example


Text Example

White with #4A058D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,5,141); }

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

background-color css

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

 a { background-color: rgb(74,5,141); }

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

border-color css

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

 span { border-color: rgb(74,5,141); }

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