Html Css Color HEX #4A057C Indigo

📋 copy color: '#4A057C'

red 74 ◦ green 5 ◦ blue 124

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

Shades of Indigo #4A057C

Tints of Indigo #4A057C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 61.08%

R = 36.45%
G = 2.46%
B = 61.08%

CMYK

 C value IS 0.40

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4A057C (or 0x4A057C) is known color: Indigo. HEX triplet: 4A, 05 and 7C. RGB value is (74,5,124). Sum of RGB (Red+Green+Blue) = 74+5+124=203 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.45% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 124 (48.83% from 255 or 61.08% from 203); Max value from RGB is 124 - color contains mainly: blue. Hex color #4A057C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A057C is #B5FA83. Grayscale: #262626. Windows color (decimal): -11926148 or 8127818. OLE color: 8127818.

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

Color convert

RGB 74 5 124 -
CMYK 0.40 0.96 0 0.51
HSL 274.79º 0.92% 0.25% -
HSV(B) 274.79º 0.96% 0.49% -
XYZ 6.52 3.02 19.31 -
YUV 39.2 175.86 152.82 -
System Red Green Blue C M Y K H S L
Decimal 74 5 124 0.40 0.96 0 0.51 274.79 0.92 0.25
Hex 4A 5 7C 28 60 0 33 113 5C 19
Octal 112 5 174 50 140 0 63 423 134 31
Binary 1001010 101 1111100 101000 1100000 0 110011 100010011 1011100 11001

Color Harmonies of #4A057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A057C

Black with #4A057C

Text Example


Text Example

White with #4A057C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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