#4B0F87

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

Shades of Indigo #4B0F87

Tints of Indigo #4B0F87

Color information

#4B0F87 (or 0x4B0F87) is unknown color: approx Indigo. HEX triplet: 4B, 0F and 87. RGB value is (75,15,135). Sum of RGB (Red+Green+Blue) = 75+15+135=225 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.33% from 225); Green value is 15 (6.25% from 255 or 6.67% from 225); Blue value is 135 (53.12% from 255 or 60% from 225); Max value from RGB is 135 - color contains mainly: blue. Hex color #4B0F87 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B0F87 is #B4F078. Grayscale: #2E2E2E. Windows color (decimal): -11858041 or 8851275. OLE color: 8851275.

HSL color Cylindrical-coordinate representation of color #4B0F87: hue angle of 270º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4B0F87 is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7515135-
CMYK0.440.8900.47
HSL270º80%29.41%-
HSV(B)270º88.89%52.94%-
XYZ7.453.5923.22-
YUV46.62177.88148.24-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.33%
GREEN value IS 15 (6.25% from 255) = 6.67%
BLUE value IS 135 (53.12% from 255) = 60%
R=33.33%
G=6.67%
B=60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal75151350.440.8900.472708029.41
Hex4BF872C5902F10e501d
Octal113172075413105741612035
Binary100101111111000011110110010110010101111100001110101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,15,135); }

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

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

 a { background-color: rgb(75,15,135); }

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

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

 span { border-color: rgb(75,15,135); }

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