#4B0071

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

Shades of Indigo #4B0071

Tints of Indigo #4B0071

Color information

#4B0071 (or 0x4B0071) is unknown color: approx Indigo. HEX triplet: 4B, 00 and 71. RGB value is (75,0,113). Sum of RGB (Red+Green+Blue) = 75+0+113=188 (24% of max value = 765). Red value is 75 (29.69% from 255 or 39.89% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 113 (44.53% from 255 or 60.11% from 188); Max value from RGB is 113 - color contains mainly: blue. Hex color #4B0071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0071 is #B4FF8E. Grayscale: #222222. Windows color (decimal): -11861903 or 7405643. OLE color: 7405643.

HSL color Cylindrical-coordinate representation of color #4B0071: hue angle of 279.82º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4B0071 is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB750113-
CMYK0.34100.56
HSL279.82º100%22.16%-
HSV(B)279.82º100%44.31%-
XYZ5.882.6915.83-
YUV35.31171.85156.31-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 39.89%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 113 (44.53% from 255) = 60.11%
R=39.89%
G=0%
B=60.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7501130.34100.56279.8210022.16
Hex4B07122640381186416
Octal11301614214407043014426
Binary10010110111000110001011001000111000100011000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,0,113); }

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

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

 a { background-color: rgb(75,0,113); }

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

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

 span { border-color: rgb(75,0,113); }

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