Html Css Color HEX #4C0570 Indigo

📋 copy color: '#4C0570'

red 76 ◦ green 5 ◦ blue 112

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

Shades of Indigo #4C0570

Tints of Indigo #4C0570

RGB

 RED value IS 76 (30.08% from 255) = 39.38%

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

 BLUE value IS 112 (44.14% from 255) = 58.03%

R = 39.38%
G = 2.59%
B = 58.03%

CMYK

 C value IS 0.32

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4C0570 (or 0x4C0570) is known color: Indigo. HEX triplet: 4C, 05 and 70. RGB value is (76,5,112). Sum of RGB (Red+Green+Blue) = 76+5+112=193 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.38% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 112 (44.14% from 255 or 58.03% from 193); Max value from RGB is 112 - color contains mainly: blue. Hex color #4C0570 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0570 is #B3FA8F. Grayscale: #262626. Windows color (decimal): -11795088 or 7341388. OLE color: 7341388.

HSL color Cylindrical-coordinate representation of color #4C0570: hue angle of 279.81º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4C0570 is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 76 5 112 -
CMYK 0.32 0.96 0 0.56
HSL 279.81º 0.91% 0.23% -
HSV(B) 279.81º 0.96% 0.44% -
XYZ 5.96 2.81 15.56 -
YUV 38.43 169.52 154.8 -
System Red Green Blue C M Y K H S L
Decimal 76 5 112 0.32 0.96 0 0.56 279.81 0.91 0.23
Hex 4C 5 70 20 60 0 38 118 5B 17
Octal 114 5 160 40 140 0 70 430 133 27
Binary 1001100 101 1110000 100000 1100000 0 111000 100011000 1011011 10111

Color Harmonies of #4C0570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0570

Black with #4C0570

Text Example


Text Example

White with #4C0570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,5,112); }

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

background-color css

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

 a { background-color: rgb(76,5,112); }

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

border-color css

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

 span { border-color: rgb(76,5,112); }

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