Html Css Color HEX #4A057A Indigo

📋 copy color: '#4A057A'

red 74 ◦ green 5 ◦ blue 122

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

Shades of Indigo #4A057A

Tints of Indigo #4A057A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.49%

 BLUE value IS 122 (48.05% from 255) = 60.7%

R = 36.82%
G = 2.49%
B = 60.7%

CMYK

 C value IS 0.39

 M value IS 0.96

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4A057A (or 0x4A057A) is known color: Indigo. HEX triplet: 4A, 05 and 7A. RGB value is (74,5,122). Sum of RGB (Red+Green+Blue) = 74+5+122=201 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.82% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 122 (48.05% from 255 or 60.70% from 201); Max value from RGB is 122 - color contains mainly: blue. Hex color #4A057A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A057A is #B5FA85. Grayscale: #262626. Windows color (decimal): -11926150 or 7996746. OLE color: 7996746.

HSL color Cylindrical-coordinate representation of color #4A057A: hue angle of 275.38º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A057A is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 74 5 122 -
CMYK 0.39 0.96 0 0.52
HSL 275.38º 0.92% 0.25% -
HSV(B) 275.38º 0.96% 0.48% -
XYZ 6.39 2.97 18.65 -
YUV 38.97 174.86 152.99 -
System Red Green Blue C M Y K H S L
Decimal 74 5 122 0.39 0.96 0 0.52 275.38 0.92 0.25
Hex 4A 5 7A 27 60 0 34 113 5C 19
Octal 112 5 172 47 140 0 64 423 134 31
Binary 1001010 101 1111010 100111 1100000 0 110100 100010011 1011100 11001

Color Harmonies of #4A057A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A057A

Black with #4A057A

Text Example


Text Example

White with #4A057A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,5,122); }

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

background-color css

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

 a { background-color: rgb(74,5,122); }

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

border-color css

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

 span { border-color: rgb(74,5,122); }

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