Html Css Color HEX #4A158E Indigo

📋 copy color: '#4A158E'

red 74 ◦ green 21 ◦ blue 142

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

Shades of Indigo #4A158E

Tints of Indigo #4A158E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 59.92%

R = 31.22%
G = 8.86%
B = 59.92%

CMYK

 C value IS 0.48

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4A158E (or 0x4A158E) is known color: Indigo. HEX triplet: 4A, 15 and 8E. RGB value is (74,21,142). Sum of RGB (Red+Green+Blue) = 74+21+142=237 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.22% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 142 (55.86% from 255 or 59.92% from 237); Max value from RGB is 142 - color contains mainly: blue. Hex color #4A158E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A158E is #B5EA71. Grayscale: #323232. Windows color (decimal): -11922034 or 9311562. OLE color: 9311562.

HSL color Cylindrical-coordinate representation of color #4A158E: hue angle of 266.28º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4A158E is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 74 21 142 -
CMYK 0.48 0.85 0 0.44
HSL 266.28º 0.74% 0.32% -
HSV(B) 266.28º 0.85% 0.56% -
XYZ 7.97 3.95 25.93 -
YUV 50.64 179.56 144.66 -
System Red Green Blue C M Y K H S L
Decimal 74 21 142 0.48 0.85 0 0.44 266.28 0.74 0.32
Hex 4A 15 8E 30 55 0 2C 10A 4A 20
Octal 112 25 216 60 125 0 54 412 112 40
Binary 1001010 10101 10001110 110000 1010101 0 101100 100001010 1001010 100000

Color Harmonies of #4A158E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A158E

Black with #4A158E

Text Example


Text Example

White with #4A158E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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