#4B0281

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

Shades of Indigo #4B0281

Tints of Indigo #4B0281

Color information

#4B0281 (or 0x4B0281) is unknown color: approx Indigo. HEX triplet: 4B, 02 and 81. RGB value is (75,2,129). Sum of RGB (Red+Green+Blue) = 75+2+129=206 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.41% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 129 (50.78% from 255 or 62.62% from 206); Max value from RGB is 129 - color contains mainly: blue. Hex color #4B0281 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B0281 is #B4FD7E. Grayscale: #252525. Windows color (decimal): -11861375 or 8454731. OLE color: 8454731.

HSL color Cylindrical-coordinate representation of color #4B0281: hue angle of 274.49º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4B0281 is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB752129-
CMYK0.420.9800.49
HSL274.49º96.95%25.69%-
HSV(B)274.49º98.45%50.59%-
XYZ6.893.1221.01-
YUV38.3179.18154.17-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 36.41%
GREEN value IS 2 (1.17% from 255) = 0.97%
BLUE value IS 129 (50.78% from 255) = 62.62%
R=36.41%
G=0.97%
B=62.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7521290.420.9800.49274.4996.9525.69
Hex4B2812A62031112611a
Octal11322015214206142214132
Binary1001011101000000110101011000100110001100010010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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