#4B028D

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

Shades of Indigo #4B028D

Tints of Indigo #4B028D

Color information

#4B028D (or 0x4B028D) is unknown color: approx Indigo. HEX triplet: 4B, 02 and 8D. RGB value is (75,2,141). Sum of RGB (Red+Green+Blue) = 75+2+141=218 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.40% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 141 (55.47% from 255 or 64.68% from 218); Max value from RGB is 141 - color contains mainly: blue. Hex color #4B028D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B028D is #B4FD72. Grayscale: #272727. Windows color (decimal): -11861363 or 9241163. OLE color: 9241163.

HSL color Cylindrical-coordinate representation of color #4B028D: hue angle of 271.51º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4B028D is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB752141-
CMYK0.470.9900.45
HSL271.51º97.2%28.04%-
HSV(B)271.51º98.58%55.29%-
XYZ7.733.4625.46-
YUV39.67185.18153.2-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 34.40%
GREEN value IS 2 (1.17% from 255) = 0.92%
BLUE value IS 141 (55.47% from 255) = 64.68%
R=34.40%
G=0.92%
B=64.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7521410.470.9900.45271.5197.228.04
Hex4B28D2F6302D110611c
Octal11322155714305542014134
Binary1001011101000110110111111000110101101100010000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B028D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,2,141); }

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

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

 a { background-color: rgb(75,2,141); }

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

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

 span { border-color: rgb(75,2,141); }

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