#4B0781

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

Shades of Indigo #4B0781

Tints of Indigo #4B0781

Color information

#4B0781 (or 0x4B0781) is unknown color: approx Indigo. HEX triplet: 4B, 07 and 81. RGB value is (75,7,129). Sum of RGB (Red+Green+Blue) = 75+7+129=211 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.55% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 129 (50.78% from 255 or 61.14% from 211); Max value from RGB is 129 - color contains mainly: blue. Hex color #4B0781 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B0781 is #B4F87E. Grayscale: #282828. Windows color (decimal): -11860095 or 8456011. OLE color: 8456011.

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

Color convert

RGB757129-
CMYK0.420.9500.49
HSL273.44º89.71%26.67%-
HSV(B)273.44º94.57%50.59%-
XYZ6.943.2321.03-
YUV41.24177.53152.08-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 35.55%
GREEN value IS 7 (3.12% from 255) = 3.32%
BLUE value IS 129 (50.78% from 255) = 61.14%
R=35.55%
G=3.32%
B=61.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7571290.420.9500.49273.4489.7126.67
Hex4B7812A5F0311115a1b
Octal11372015213706142113233
Binary10010111111000000110101010111110110001100010001101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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