Html Css Color HEX #4A148A Indigo

📋 copy color: '#4A148A'

red 74 ◦ green 20 ◦ blue 138

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

Shades of Indigo #4A148A

Tints of Indigo #4A148A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 59.48%

R = 31.9%
G = 8.62%
B = 59.48%

CMYK

 C value IS 0.46

 M value IS 0.86

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#4A148A (or 0x4A148A) is known color: Indigo. HEX triplet: 4A, 14 and 8A. RGB value is (74,20,138). Sum of RGB (Red+Green+Blue) = 74+20+138=232 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.90% from 232); Green value is 20 (8.20% from 255 or 8.62% from 232); Blue value is 138 (54.30% from 255 or 59.48% from 232); Max value from RGB is 138 - color contains mainly: blue. Hex color #4A148A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A148A is #B5EB75. Grayscale: #313131. Windows color (decimal): -11922294 or 9049162. OLE color: 9049162.

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

Color convert

RGB 74 20 138 -
CMYK 0.46 0.86 0 0.46
HSL 267.46º 0.75% 0.31% -
HSV(B) 267.46º 0.86% 0.54% -
XYZ 7.66 3.79 24.37 -
YUV 49.6 177.89 145.41 -
System Red Green Blue C M Y K H S L
Decimal 74 20 138 0.46 0.86 0 0.46 267.46 0.75 0.31
Hex 4A 14 8A 2E 56 0 2E 10B 4B 1F
Octal 112 24 212 56 126 0 56 413 113 37
Binary 1001010 10100 10001010 101110 1010110 0 101110 100001011 1001011 11111

Color Harmonies of #4A148A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A148A

Black with #4A148A

Text Example


Text Example

White with #4A148A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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