#4D1282

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

Shades of Indigo #4D1282

Tints of Indigo #4D1282

Color information

#4D1282 (or 0x4D1282) is unknown color: approx Indigo. HEX triplet: 4D, 12 and 82. RGB value is (77,18,130). Sum of RGB (Red+Green+Blue) = 77+18+130=225 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.22% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 130 (51.17% from 255 or 57.78% from 225); Max value from RGB is 130 - color contains mainly: blue. Hex color #4D1282 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D1282 is #B2ED7D. Grayscale: #303030. Windows color (decimal): -11726206 or 8524365. OLE color: 8524365.

HSL color Cylindrical-coordinate representation of color #4D1282: hue angle of 271.61º 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 #4D1282 is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7718130-
CMYK0.410.8600.49
HSL271.61º75.68%29.02%-
HSV(B)271.61º86.15%50.98%-
XYZ7.313.6221.43-
YUV48.41174.05148.39-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 34.22%
GREEN value IS 18 (7.42% from 255) = 8%
BLUE value IS 130 (51.17% from 255) = 57.78%
R=34.22%
G=8%
B=57.78%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal77181300.410.8600.49271.6175.6829.02
Hex4D128229560311104c1d
Octal115222025112606142011435
Binary1001101100101000001010100110101100110001100010000100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,18,130); }

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

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

 a { background-color: rgb(77,18,130); }

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

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

 span { border-color: rgb(77,18,130); }

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