#4C0483

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

Shades of Indigo #4C0483

Tints of Indigo #4C0483

Color information

#4C0483 (or 0x4C0483) is unknown color: approx Indigo. HEX triplet: 4C, 04 and 83. RGB value is (76,4,131). Sum of RGB (Red+Green+Blue) = 76+4+131=211 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.02% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 131 (51.56% from 255 or 62.09% from 211); Max value from RGB is 131 - color contains mainly: blue. Hex color #4C0483 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C0483 is #B3FB7C. Grayscale: #272727. Windows color (decimal): -11795325 or 8586316. OLE color: 8586316.

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

Color convert

RGB764131-
CMYK0.420.9700.49
HSL274.02º94.07%26.47%-
HSV(B)274.02º96.95%51.37%-
XYZ7.123.2621.73-
YUV40.01179.35153.67-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 36.02%
GREEN value IS 4 (1.95% from 255) = 1.90%
BLUE value IS 131 (51.56% from 255) = 62.09%
R=36.02%
G=1.90%
B=62.09%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7641310.420.9700.49274.0294.0726.47
Hex4C4832A610311125e1a
Octal11442035214106142213632
Binary10011001001000001110101011000010110001100010010101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,4,131); }

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

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

 a { background-color: rgb(76,4,131); }

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

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

 span { border-color: rgb(76,4,131); }

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