Html Css Color HEX #4A1575 Indigo

📋 copy color: '#4A1575'

red 74 ◦ green 21 ◦ blue 117

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

Shades of Indigo #4A1575

Tints of Indigo #4A1575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 55.19%

R = 34.91%
G = 9.91%
B = 55.19%

CMYK

 C value IS 0.37

 M value IS 0.82

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4A1575 (or 0x4A1575) is known color: Indigo. HEX triplet: 4A, 15 and 75. RGB value is (74,21,117). Sum of RGB (Red+Green+Blue) = 74+21+117=212 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.91% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 117 (46.09% from 255 or 55.19% from 212); Max value from RGB is 117 - color contains mainly: blue. Hex color #4A1575 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1575 is #B5EA8A. Grayscale: #2F2F2F. Windows color (decimal): -11922059 or 7673162. OLE color: 7673162.

HSL color Cylindrical-coordinate representation of color #4A1575: hue angle of 273.12º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4A1575 is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 74 21 117 -
CMYK 0.37 0.82 0 0.54
HSL 273.13º 0.7% 0.27% -
HSV(B) 273.13º 0.82% 0.46% -
XYZ 6.3 3.28 17.13 -
YUV 47.79 167.06 146.69 -
System Red Green Blue C M Y K H S L
Decimal 74 21 117 0.37 0.82 0 0.54 273.13 0.7 0.27
Hex 4A 15 75 25 52 0 36 111 46 1B
Octal 112 25 165 45 122 0 66 421 106 33
Binary 1001010 10101 1110101 100101 1010010 0 110110 100010001 1000110 11011

Color Harmonies of #4A1575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1575

Black with #4A1575

Text Example


Text Example

White with #4A1575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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