Html Css Color HEX #4C1370 Indigo

📋 copy color: '#4C1370'

red 76 ◦ green 19 ◦ blue 112

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

Shades of Indigo #4C1370

Tints of Indigo #4C1370

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.18%

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

R = 36.71%
G = 9.18%
B = 54.11%

CMYK

 C value IS 0.32

 M value IS 0.83

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4C1370 (or 0x4C1370) is known color: Indigo. HEX triplet: 4C, 13 and 70. RGB value is (76,19,112). Sum of RGB (Red+Green+Blue) = 76+19+112=207 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.71% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 112 (44.14% from 255 or 54.11% from 207); Max value from RGB is 112 - color contains mainly: blue. Hex color #4C1370 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1370 is #B3EC8F. Grayscale: #2E2E2E. Windows color (decimal): -11791504 or 7344972. OLE color: 7344972.

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

Color convert

RGB 76 19 112 -
CMYK 0.32 0.83 0 0.56
HSL 276.77º 0.71% 0.26% -
HSV(B) 276.77º 0.83% 0.44% -
XYZ 6.14 3.17 15.62 -
YUV 46.65 164.88 148.94 -
System Red Green Blue C M Y K H S L
Decimal 76 19 112 0.32 0.83 0 0.56 276.77 0.71 0.26
Hex 4C 13 70 20 53 0 38 115 47 1A
Octal 114 23 160 40 123 0 70 425 107 32
Binary 1001100 10011 1110000 100000 1010011 0 111000 100010101 1000111 11010

Color Harmonies of #4C1370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1370

Black with #4C1370

Text Example


Text Example

White with #4C1370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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