Html Css Color HEX #4C086C Indigo

📋 copy color: '#4C086C'

red 76 ◦ green 8 ◦ blue 108

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

Shades of Indigo #4C086C

Tints of Indigo #4C086C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.17%

 BLUE value IS 108 (42.58% from 255) = 56.25%

R = 39.58%
G = 4.17%
B = 56.25%

CMYK

 C value IS 0.30

 M value IS 0.93

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4C086C (or 0x4C086C) is known color: Indigo. HEX triplet: 4C, 08 and 6C. RGB value is (76,8,108). Sum of RGB (Red+Green+Blue) = 76+8+108=192 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.58% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 108 (42.58% from 255 or 56.25% from 192); Max value from RGB is 108 - color contains mainly: blue. Hex color #4C086C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C086C is #B3F793. Grayscale: #272727. Windows color (decimal): -11794324 or 7080012. OLE color: 7080012.

HSL color Cylindrical-coordinate representation of color #4C086C: hue angle of 280.8º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4C086C is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 76 8 108 -
CMYK 0.30 0.93 0 0.58
HSL 280.8º 0.86% 0.23% -
HSV(B) 280.8º 0.93% 0.42% -
XYZ 5.77 2.79 14.42 -
YUV 39.73 166.53 153.87 -
System Red Green Blue C M Y K H S L
Decimal 76 8 108 0.30 0.93 0 0.58 280.8 0.86 0.23
Hex 4C 8 6C 1E 5D 0 3A 119 56 17
Octal 114 10 154 36 135 0 72 431 126 27
Binary 1001100 1000 1101100 11110 1011101 0 111010 100011001 1010110 10111

Color Harmonies of #4C086C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C086C

Black with #4C086C

Text Example


Text Example

White with #4C086C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,8,108); }

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

background-color css

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

 a { background-color: rgb(76,8,108); }

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

border-color css

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

 span { border-color: rgb(76,8,108); }

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