#4B0073

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

Shades of Indigo #4B0073

Tints of Indigo #4B0073

Color information

#4B0073 (or 0x4B0073) is unknown color: approx Indigo. HEX triplet: 4B, 00 and 73. RGB value is (75,0,115). Sum of RGB (Red+Green+Blue) = 75+0+115=190 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.47% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 115 (45.31% from 255 or 60.53% from 190); Max value from RGB is 115 - color contains mainly: blue. Hex color #4B0073 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0073 is #B4FF8C. Grayscale: #232323. Windows color (decimal): -11861901 or 7536715. OLE color: 7536715.

HSL color Cylindrical-coordinate representation of color #4B0073: hue angle of 279.13º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4B0073 is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB750115-
CMYK0.35100.55
HSL279.13º100%22.55%-
HSV(B)279.13º100%45.1%-
XYZ62.7316.43-
YUV35.54172.85156.15-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 39.47%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 115 (45.31% from 255) = 60.53%
R=39.47%
G=0%
B=60.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7501150.35100.55279.1310022.55
Hex4B07323640371176417
Octal11301634314406742714427
Binary10010110111001110001111001000110111100010111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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