Html Css Color HEX #4C066F Indigo

📋 copy color: '#4C066F'

red 76 ◦ green 6 ◦ blue 111

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

Shades of Indigo #4C066F

Tints of Indigo #4C066F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.11%

 BLUE value IS 111 (43.75% from 255) = 57.51%

R = 39.38%
G = 3.11%
B = 57.51%

CMYK

 C value IS 0.32

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4C066F (or 0x4C066F) is known color: Indigo. HEX triplet: 4C, 06 and 6F. RGB value is (76,6,111). Sum of RGB (Red+Green+Blue) = 76+6+111=193 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.38% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 111 (43.75% from 255 or 57.51% from 193); Max value from RGB is 111 - color contains mainly: blue. Hex color #4C066F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C066F is #B3F990. Grayscale: #262626. Windows color (decimal): -11794833 or 7276108. OLE color: 7276108.

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

Color convert

RGB 76 6 111 -
CMYK 0.32 0.95 0 0.56
HSL 280º 0.9% 0.23% -
HSV(B) 280º 0.95% 0.44% -
XYZ 5.91 2.81 15.27 -
YUV 38.9 168.69 154.46 -
System Red Green Blue C M Y K H S L
Decimal 76 6 111 0.32 0.95 0 0.56 280 0.9 0.23
Hex 4C 6 6F 20 5F 0 38 118 5A 17
Octal 114 6 157 40 137 0 70 430 132 27
Binary 1001100 110 1101111 100000 1011111 0 111000 100011000 1011010 10111

Color Harmonies of #4C066F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C066F

Black with #4C066F

Text Example


Text Example

White with #4C066F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,6,111); }

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

background-color css

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

 a { background-color: rgb(76,6,111); }

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

border-color css

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

 span { border-color: rgb(76,6,111); }

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