Html Css Color HEX #4A1589 Indigo

📋 copy color: '#4A1589'

red 74 ◦ green 21 ◦ blue 137

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

Shades of Indigo #4A1589

Tints of Indigo #4A1589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 59.05%

R = 31.9%
G = 9.05%
B = 59.05%

CMYK

 C value IS 0.46

 M value IS 0.85

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#4A1589 (or 0x4A1589) is known color: Indigo. HEX triplet: 4A, 15 and 89. RGB value is (74,21,137). Sum of RGB (Red+Green+Blue) = 74+21+137=232 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.90% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 137 (53.91% from 255 or 59.05% from 232); Max value from RGB is 137 - color contains mainly: blue. Hex color #4A1589 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A1589 is #B5EA76. Grayscale: #313131. Windows color (decimal): -11922039 or 8983882. OLE color: 8983882.

HSL color Cylindrical-coordinate representation of color #4A1589: hue angle of 267.41º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4A1589 is Cyan = 0.46, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 74 21 137 -
CMYK 0.46 0.85 0 0.46
HSL 267.41º 0.73% 0.31% -
HSV(B) 267.41º 0.85% 0.54% -
XYZ 7.61 3.8 24 -
YUV 50.07 177.06 145.07 -
System Red Green Blue C M Y K H S L
Decimal 74 21 137 0.46 0.85 0 0.46 267.41 0.73 0.31
Hex 4A 15 89 2E 55 0 2E 10B 49 1F
Octal 112 25 211 56 125 0 56 413 111 37
Binary 1001010 10101 10001001 101110 1010101 0 101110 100001011 1001001 11111

Color Harmonies of #4A1589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1589

Black with #4A1589

Text Example


Text Example

White with #4A1589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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