Html Css Color HEX #4A157D Indigo

📋 copy color: '#4A157D'

red 74 ◦ green 21 ◦ blue 125

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

Shades of Indigo #4A157D

Tints of Indigo #4A157D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 56.82%

R = 33.64%
G = 9.55%
B = 56.82%

CMYK

 C value IS 0.41

 M value IS 0.83

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4A157D (or 0x4A157D) is known color: Indigo. HEX triplet: 4A, 15 and 7D. RGB value is (74,21,125). Sum of RGB (Red+Green+Blue) = 74+21+125=220 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.64% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 125 (49.22% from 255 or 56.82% from 220); Max value from RGB is 125 - color contains mainly: blue. Hex color #4A157D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A157D is #B5EA82. Grayscale: #303030. Windows color (decimal): -11922051 or 8197450. OLE color: 8197450.

HSL color Cylindrical-coordinate representation of color #4A157D: hue angle of 270.58º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4A157D is Cyan = 0.41, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 74 21 125 -
CMYK 0.41 0.83 0 0.51
HSL 270.58º 0.71% 0.29% -
HSV(B) 270.58º 0.83% 0.49% -
XYZ 6.79 3.47 19.71 -
YUV 48.7 171.06 146.04 -
System Red Green Blue C M Y K H S L
Decimal 74 21 125 0.41 0.83 0 0.51 270.58 0.71 0.29
Hex 4A 15 7D 29 53 0 33 10F 47 1D
Octal 112 25 175 51 123 0 63 417 107 35
Binary 1001010 10101 1111101 101001 1010011 0 110011 100001111 1000111 11101

Color Harmonies of #4A157D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A157D

Black with #4A157D

Text Example


Text Example

White with #4A157D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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