Html Css Color HEX #4A0475 Indigo

📋 copy color: '#4A0475'

red 74 ◦ green 4 ◦ blue 117

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

Shades of Indigo #4A0475

Tints of Indigo #4A0475

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.05%

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

R = 37.95%
G = 2.05%
B = 60%

CMYK

 C value IS 0.37

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4A0475 (or 0x4A0475) is known color: Indigo. HEX triplet: 4A, 04 and 75. RGB value is (74,4,117). Sum of RGB (Red+Green+Blue) = 74+4+117=195 (25% of max value = 765). Red value is 74 (29.30% from 255 or 37.95% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 117 (46.09% from 255 or 60% from 195); Max value from RGB is 117 - color contains mainly: blue. Hex color #4A0475 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0475 is #B5FB8A. Grayscale: #252525. Windows color (decimal): -11926411 or 7668810. OLE color: 7668810.

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

Color convert

RGB 74 4 117 -
CMYK 0.37 0.97 0 0.54
HSL 277.17º 0.93% 0.24% -
HSV(B) 277.17º 0.97% 0.46% -
XYZ 6.08 2.83 17.05 -
YUV 37.81 172.69 153.81 -
System Red Green Blue C M Y K H S L
Decimal 74 4 117 0.37 0.97 0 0.54 277.17 0.93 0.24
Hex 4A 4 75 25 61 0 36 115 5D 18
Octal 112 4 165 45 141 0 66 425 135 30
Binary 1001010 100 1110101 100101 1100001 0 110110 100010101 1011101 11000

Color Harmonies of #4A0475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0475

Black with #4A0475

Text Example


Text Example

White with #4A0475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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