Html Css Color HEX #4A148C Indigo

📋 copy color: '#4A148C'

red 74 ◦ green 20 ◦ blue 140

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

Shades of Indigo #4A148C

Tints of Indigo #4A148C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.55%

 BLUE value IS 140 (55.08% from 255) = 59.83%

R = 31.62%
G = 8.55%
B = 59.83%

CMYK

 C value IS 0.47

 M value IS 0.86

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4A148C (or 0x4A148C) is known color: Indigo. HEX triplet: 4A, 14 and 8C. RGB value is (74,20,140). Sum of RGB (Red+Green+Blue) = 74+20+140=234 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.62% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 140 (55.08% from 255 or 59.83% from 234); Max value from RGB is 140 - color contains mainly: blue. Hex color #4A148C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A148C is #B5EB73. Grayscale: #313131. Windows color (decimal): -11922292 or 9180234. OLE color: 9180234.

HSL color Cylindrical-coordinate representation of color #4A148C: hue angle of 267º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4A148C is Cyan = 0.47, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 74 20 140 -
CMYK 0.47 0.86 0 0.45
HSL 267º 0.75% 0.31% -
HSV(B) 267º 0.86% 0.55% -
XYZ 7.81 3.85 25.14 -
YUV 49.83 178.89 145.24 -
System Red Green Blue C M Y K H S L
Decimal 74 20 140 0.47 0.86 0 0.45 267 0.75 0.31
Hex 4A 14 8C 2F 56 0 2D 10B 4B 1F
Octal 112 24 214 57 126 0 55 413 113 37
Binary 1001010 10100 10001100 101111 1010110 0 101101 100001011 1001011 11111

Color Harmonies of #4A148C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A148C

Black with #4A148C

Text Example


Text Example

White with #4A148C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,20,140); }

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

background-color css

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

 a { background-color: rgb(74,20,140); }

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

border-color css

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

 span { border-color: rgb(74,20,140); }

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