#4B0AA6

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

Shades of Indigo #4B0AA6

Tints of Indigo #4B0AA6

Color information

#4B0AA6 (or 0x4B0AA6) is unknown color: approx Indigo. HEX triplet: 4B, 0A and A6. RGB value is (75,10,166). Sum of RGB (Red+Green+Blue) = 75+10+166=251 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.88% from 251); Green value is 10 (4.30% from 255 or 3.98% from 251); Blue value is 166 (65.23% from 255 or 66.14% from 251); Max value from RGB is 166 - color contains mainly: blue. Hex color #4B0AA6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B0AA6 is #B4F559. Grayscale: #2E2E2E. Windows color (decimal): -11859290 or 10881611. OLE color: 10881611.

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

Color convert

RGB7510166-
CMYK0.550.9400.35
HSL265º88.64%34.51%-
HSV(B)265º93.98%65.1%-
XYZ9.894.4736.42-
YUV47.22195.03147.82-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.88%
GREEN value IS 10 (4.30% from 255) = 3.98%
BLUE value IS 166 (65.23% from 255) = 66.14%
R=29.88%
G=3.98%
B=66.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal75101660.550.9400.3526588.6434.51
Hex4BAA6375E0231095923
Octal113122466713604341113143
Binary1001011101010100110110111101111001000111000010011011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,10,166); }

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

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

 a { background-color: rgb(75,10,166); }

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

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

 span { border-color: rgb(75,10,166); }

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