Html Css Color HEX #4C0470 Indigo

📋 copy color: '#4C0470'

red 76 ◦ green 4 ◦ blue 112

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

Shades of Indigo #4C0470

Tints of Indigo #4C0470

RGB

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

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

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

R = 39.58%
G = 2.08%
B = 58.33%

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

#4C0470 (or 0x4C0470) is known color: Indigo. HEX triplet: 4C, 04 and 70. RGB value is (76,4,112). Sum of RGB (Red+Green+Blue) = 76+4+112=192 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.58% from 192); Green value is 4 (1.95% from 255 or 2.08% from 192); Blue value is 112 (44.14% from 255 or 58.33% from 192); Max value from RGB is 112 - color contains mainly: blue. Hex color #4C0470 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0470 is #B3FB8F. Grayscale: #252525. Windows color (decimal): -11795344 or 7341132. OLE color: 7341132.

HSL color Cylindrical-coordinate representation of color #4C0470: hue angle of 280º degrees, saturation: 0.93, 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 #4C0470 is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 76 4 112 -
CMYK 0.32 0.96 0 0.56
HSL 280º 0.93% 0.23% -
HSV(B) 280º 0.96% 0.44% -
XYZ 5.95 2.79 15.55 -
YUV 37.84 169.85 155.22 -
System Red Green Blue C M Y K H S L
Decimal 76 4 112 0.32 0.96 0 0.56 280 0.93 0.23
Hex 4C 4 70 20 60 0 38 118 5D 17
Octal 114 4 160 40 140 0 70 430 135 27
Binary 1001100 100 1110000 100000 1100000 0 111000 100011000 1011101 10111

Color Harmonies of #4C0470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0470

Black with #4C0470

Text Example


Text Example

White with #4C0470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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