#4B1276

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

Shades of Indigo #4B1276

Tints of Indigo #4B1276

Color information

#4B1276 (or 0x4B1276) is unknown color: approx Indigo. HEX triplet: 4B, 12 and 76. RGB value is (75,18,118). Sum of RGB (Red+Green+Blue) = 75+18+118=211 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.55% from 211); Green value is 18 (7.42% from 255 or 8.53% from 211); Blue value is 118 (46.48% from 255 or 55.92% from 211); Max value from RGB is 118 - color contains mainly: blue. Hex color #4B1276 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1276 is #B4ED89. Grayscale: #2E2E2E. Windows color (decimal): -11857290 or 7737931. OLE color: 7737931.

HSL color Cylindrical-coordinate representation of color #4B1276: hue angle of 274.2º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4B1276 is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7518118-
CMYK0.360.8500.54
HSL274.2º73.53%26.67%-
HSV(B)274.2º84.75%46.27%-
XYZ6.393.2417.43-
YUV46.44168.38148.37-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 35.55%
GREEN value IS 18 (7.42% from 255) = 8.53%
BLUE value IS 118 (46.48% from 255) = 55.92%
R=35.55%
G=8.53%
B=55.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal75181180.360.8500.54274.273.5326.67
Hex4B127624550361124a1b
Octal113221664412506642211233
Binary100101110010111011010010010101010110110100010010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,18,118); }

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

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

 a { background-color: rgb(75,18,118); }

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

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

 span { border-color: rgb(75,18,118); }

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