#4C1283

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

Shades of Indigo #4C1283

Tints of Indigo #4C1283

Color information

#4C1283 (or 0x4C1283) is unknown color: approx Indigo. HEX triplet: 4C, 12 and 83. RGB value is (76,18,131). Sum of RGB (Red+Green+Blue) = 76+18+131=225 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.78% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 131 (51.56% from 255 or 58.22% from 225); Max value from RGB is 131 - color contains mainly: blue. Hex color #4C1283 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C1283 is #B3ED7C. Grayscale: #2F2F2F. Windows color (decimal): -11791741 or 8589900. OLE color: 8589900.

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

Color convert

RGB7618131-
CMYK0.420.8600.49
HSL270.8º75.84%29.22%-
HSV(B)270.8º86.26%51.37%-
XYZ7.293.6121.78-
YUV48.22174.72147.81-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.78%
GREEN value IS 18 (7.42% from 255) = 8%
BLUE value IS 131 (51.56% from 255) = 58.22%
R=33.78%
G=8%
B=58.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal76181310.420.8600.49270.875.8429.22
Hex4C12832A5603110f4c1d
Octal114222035212606141711435
Binary1001100100101000001110101010101100110001100001111100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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