#4C0869

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

Shades of Indigo #4C0869

Tints of Indigo #4C0869

Color information

#4C0869 (or 0x4C0869) is unknown color: approx Indigo. HEX triplet: 4C, 08 and 69. RGB value is (76,8,105). Sum of RGB (Red+Green+Blue) = 76+8+105=189 (25% of max value = 765). Red value is 76 (30.08% from 255 or 40.21% from 189); Green value is 8 (3.52% from 255 or 4.23% from 189); Blue value is 105 (41.41% from 255 or 55.56% from 189); Max value from RGB is 105 - color contains mainly: blue. Hex color #4C0869 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0869 is #B3F796. Grayscale: #272727. Windows color (decimal): -11794327 or 6883404. OLE color: 6883404.

HSL color Cylindrical-coordinate representation of color #4C0869: hue angle of 282.06º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4C0869 is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB768105-
CMYK0.280.9200.59
HSL282.06º85.84%22.16%-
HSV(B)282.06º92.38%41.18%-
XYZ5.622.7313.6-
YUV39.39165.03154.11-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 40.21%
GREEN value IS 8 (3.52% from 255) = 4.23%
BLUE value IS 105 (41.41% from 255) = 55.56%
R=40.21%
G=4.23%
B=55.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7681050.280.9200.59282.0685.8422.16
Hex4C8691C5C03B11a5616
Octal114101513413407343212626
Binary1001100100011010011110010111000111011100011010101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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