Html Css Color HEX #4C1168 Indigo

📋 copy color: '#4C1168'

red 76 ◦ green 17 ◦ blue 104

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

Shades of Indigo #4C1168

Tints of Indigo #4C1168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 52.79%

R = 38.58%
G = 8.63%
B = 52.79%

CMYK

 C value IS 0.27

 M value IS 0.84

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4C1168 (or 0x4C1168) is known color: Indigo. HEX triplet: 4C, 11 and 68. RGB value is (76,17,104). Sum of RGB (Red+Green+Blue) = 76+17+104=197 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.58% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 104 (41.02% from 255 or 52.79% from 197); Max value from RGB is 104 - color contains mainly: blue. Hex color #4C1168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1168 is #B3EE97. Grayscale: #2C2C2C. Windows color (decimal): -11792024 or 6820172. OLE color: 6820172.

HSL color Cylindrical-coordinate representation of color #4C1168: hue angle of 280.69º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4C1168 is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 76 17 104 -
CMYK 0.27 0.84 0 0.59
HSL 280.69º 0.72% 0.24% -
HSV(B) 280.69º 0.84% 0.41% -
XYZ 5.68 2.94 13.36 -
YUV 44.56 161.55 150.43 -
System Red Green Blue C M Y K H S L
Decimal 76 17 104 0.27 0.84 0 0.59 280.69 0.72 0.24
Hex 4C 11 68 1B 54 0 3B 119 48 18
Octal 114 21 150 33 124 0 73 431 110 30
Binary 1001100 10001 1101000 11011 1010100 0 111011 100011001 1001000 11000

Color Harmonies of #4C1168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1168

Black with #4C1168

Text Example


Text Example

White with #4C1168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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