Html Css Color HEX #4A147F Indigo

📋 copy color: '#4A147F'

red 74 ◦ green 20 ◦ blue 127

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

Shades of Indigo #4A147F

Tints of Indigo #4A147F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 57.47%

R = 33.48%
G = 9.05%
B = 57.47%

CMYK

 C value IS 0.42

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4A147F (or 0x4A147F) is known color: Indigo. HEX triplet: 4A, 14 and 7F. RGB value is (74,20,127). Sum of RGB (Red+Green+Blue) = 74+20+127=221 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.48% from 221); Green value is 20 (8.20% from 255 or 9.05% from 221); Blue value is 127 (50% from 255 or 57.47% from 221); Max value from RGB is 127 - color contains mainly: blue. Hex color #4A147F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A147F is #B5EB80. Grayscale: #2F2F2F. Windows color (decimal): -11922305 or 8328266. OLE color: 8328266.

HSL color Cylindrical-coordinate representation of color #4A147F: hue angle of 270.28º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4A147F is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 74 20 127 -
CMYK 0.42 0.84 0 0.50
HSL 270.28º 0.73% 0.29% -
HSV(B) 270.28º 0.84% 0.5% -
XYZ 6.9 3.49 20.39 -
YUV 48.34 172.39 146.3 -
System Red Green Blue C M Y K H S L
Decimal 74 20 127 0.42 0.84 0 0.50 270.28 0.73 0.29
Hex 4A 14 7F 2A 54 0 32 10E 49 1D
Octal 112 24 177 52 124 0 62 416 111 35
Binary 1001010 10100 1111111 101010 1010100 0 110010 100001110 1001001 11101

Color Harmonies of #4A147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A147F

Black with #4A147F

Text Example


Text Example

White with #4A147F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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