Html Css Color HEX #4C1570 Indigo

📋 copy color: '#4C1570'

red 76 ◦ green 21 ◦ blue 112

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

Shades of Indigo #4C1570

Tints of Indigo #4C1570

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.05%

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

R = 36.36%
G = 10.05%
B = 53.59%

CMYK

 C value IS 0.32

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4C1570 (or 0x4C1570) is known color: Indigo. HEX triplet: 4C, 15 and 70. RGB value is (76,21,112). Sum of RGB (Red+Green+Blue) = 76+21+112=209 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.36% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 112 (44.14% from 255 or 53.59% from 209); Max value from RGB is 112 - color contains mainly: blue. Hex color #4C1570 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1570 is #B3EA8F. Grayscale: #2F2F2F. Windows color (decimal): -11790992 or 7345484. OLE color: 7345484.

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

Color convert

RGB 76 21 112 -
CMYK 0.32 0.81 0 0.56
HSL 276.26º 0.68% 0.26% -
HSV(B) 276.26º 0.81% 0.44% -
XYZ 6.17 3.24 15.63 -
YUV 47.82 164.22 148.1 -
System Red Green Blue C M Y K H S L
Decimal 76 21 112 0.32 0.81 0 0.56 276.26 0.68 0.26
Hex 4C 15 70 20 51 0 38 114 44 1A
Octal 114 25 160 40 121 0 70 424 104 32
Binary 1001100 10101 1110000 100000 1010001 0 111000 100010100 1000100 11010

Color Harmonies of #4C1570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1570

Black with #4C1570

Text Example


Text Example

White with #4C1570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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