#4C0874

Color #4C0874 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #4C0874

Tints of Indigo #4C0874

Color information

#4C0874 (or 0x4C0874) is unknown color: approx Indigo. HEX triplet: 4C, 08 and 74. RGB value is (76,8,116). Sum of RGB (Red+Green+Blue) = 76+8+116=200 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 116 (45.70% from 255 or 58% from 200); Max value from RGB is 116 - color contains mainly: blue. Hex color #4C0874 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0874 is #B3F78B. Grayscale: #282828. Windows color (decimal): -11794316 or 7604300. OLE color: 7604300.

HSL color Cylindrical-coordinate representation of color #4C0874: hue angle of 277.78º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4C0874 is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB768116-
CMYK0.340.9300.55
HSL277.78º87.1%24.31%-
HSV(B)277.78º93.1%45.49%-
XYZ6.222.9716.77-
YUV40.64170.53153.22-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 38%
GREEN value IS 8 (3.52% from 255) = 4%
BLUE value IS 116 (45.70% from 255) = 58%
R=38%
G=4%
B=58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7681160.340.9300.55277.7887.124.31
Hex4C874225D0371165718
Octal114101644213506742612730
Binary10011001000111010010001010111010110111100010110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C0874;
 }
 .AnyTagClassName
 {
   color: #4C0874;
 }
</style>
background-color css

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

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

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

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

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

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