#4C1882

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

Shades of Indigo #4C1882

Tints of Indigo #4C1882

Color information

#4C1882 (or 0x4C1882) is unknown color: approx Indigo. HEX triplet: 4C, 18 and 82. RGB value is (76,24,130). Sum of RGB (Red+Green+Blue) = 76+24+130=230 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.04% from 230); Green value is 24 (9.77% from 255 or 10.43% from 230); Blue value is 130 (51.17% from 255 or 56.52% from 230); Max value from RGB is 130 - color contains mainly: blue. Hex color #4C1882 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C1882 is #B3E77D. Grayscale: #333333. Windows color (decimal): -11790206 or 8525900. OLE color: 8525900.

HSL color Cylindrical-coordinate representation of color #4C1882: hue angle of 269.43º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C1882 is Cyan = 0.42, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7624130-
CMYK0.420.8200.49
HSL269.43º68.83%30.2%-
HSV(B)269.43º81.54%50.98%-
XYZ7.343.821.47-
YUV51.63172.23145.38-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.04%
GREEN value IS 24 (9.77% from 255) = 10.43%
BLUE value IS 130 (51.17% from 255) = 56.52%
R=33.04%
G=10.43%
B=56.52%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal76241300.420.8200.49269.4368.8330.2
Hex4C18822A5203110d451e
Octal114302025212206141510536
Binary1001100110001000001010101010100100110001100001101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,24,130); }

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

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

 a { background-color: rgb(76,24,130); }

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

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

 span { border-color: rgb(76,24,130); }

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