#4E1283

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

Shades of Indigo #4E1283

Tints of Indigo #4E1283

Color information

#4E1283 (or 0x4E1283) is unknown color: approx Indigo. HEX triplet: 4E, 12 and 83. RGB value is (78,18,131). Sum of RGB (Red+Green+Blue) = 78+18+131=227 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.36% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 131 (51.56% from 255 or 57.71% from 227); Max value from RGB is 131 - color contains mainly: blue. Hex color #4E1283 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E1283 is #B1ED7C. Grayscale: #303030. Windows color (decimal): -11660669 or 8589902. OLE color: 8589902.

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

Color convert

RGB7818131-
CMYK0.400.8600.49
HSL271.86º75.84%29.22%-
HSV(B)271.86º86.26%51.37%-
XYZ7.453.6921.79-
YUV48.82174.38148.81-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.36%
GREEN value IS 18 (7.42% from 255) = 7.93%
BLUE value IS 131 (51.56% from 255) = 57.71%
R=34.36%
G=7.93%
B=57.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal78181310.400.8600.49271.8675.8429.22
Hex4E128328560311104c1d
Octal116222035012606142011435
Binary1001110100101000001110100010101100110001100010000100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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