Html Css Color HEX #4C116E Indigo

📋 copy color: '#4C116E'

red 76 ◦ green 17 ◦ blue 110

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

Shades of Indigo #4C116E

Tints of Indigo #4C116E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.37%

 BLUE value IS 110 (43.36% from 255) = 54.19%

R = 37.44%
G = 8.37%
B = 54.19%

CMYK

 C value IS 0.31

 M value IS 0.85

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4C116E (or 0x4C116E) is known color: Indigo. HEX triplet: 4C, 11 and 6E. RGB value is (76,17,110). Sum of RGB (Red+Green+Blue) = 76+17+110=203 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.44% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 110 (43.36% from 255 or 54.19% from 203); Max value from RGB is 110 - color contains mainly: blue. Hex color #4C116E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C116E is #B3EE91. Grayscale: #2C2C2C. Windows color (decimal): -11792018 or 7213388. OLE color: 7213388.

HSL color Cylindrical-coordinate representation of color #4C116E: hue angle of 278.06º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4C116E is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 76 17 110 -
CMYK 0.31 0.85 0 0.57
HSL 278.06º 0.73% 0.25% -
HSV(B) 278.06º 0.85% 0.43% -
XYZ 6 3.06 15.03 -
YUV 45.24 164.55 149.94 -
System Red Green Blue C M Y K H S L
Decimal 76 17 110 0.31 0.85 0 0.57 278.06 0.73 0.25
Hex 4C 11 6E 1F 55 0 39 116 49 19
Octal 114 21 156 37 125 0 71 426 111 31
Binary 1001100 10001 1101110 11111 1010101 0 111001 100010110 1001001 11001

Color Harmonies of #4C116E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C116E

Black with #4C116E

Text Example


Text Example

White with #4C116E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,17,110); }

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

background-color css

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

 a { background-color: rgb(76,17,110); }

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

border-color css

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

 span { border-color: rgb(76,17,110); }

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