#4b0aa7

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

Shades of Indigo #4B0AA7

Tints of Indigo #4B0AA7

Color information

#4B0AA7 (or 0x4B0AA7) is unknown color: approx Indigo. HEX triplet: 4B, 0A and A7. RGB value is (75,10,167). Sum of RGB (Red+Green+Blue) = 75+10+167=252 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.76% from 252); Green value is 10 (4.30% from 255 or 3.97% from 252); Blue value is 167 (65.62% from 255 or 66.27% from 252); Max value from RGB is 167 - color contains mainly: blue. Hex color #4B0AA7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B0AA7 is #B4F558. Grayscale: #2E2E2E. Windows color (decimal): -11859289 or 10947147. OLE color: 10947147.

HSL color Cylindrical-coordinate representation of color #4B0AA7: hue angle of 264.84º 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 #4B0AA7 is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB7510167-
CMYK0.550.9400.35
HSL264.84º88.7%34.71%-
HSV(B)264.84º94.01%65.49%-
XYZ9.994.536.9-
YUV47.33195.53147.73-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.76%
GREEN value IS 10 (4.30% from 255) = 3.97%
BLUE value IS 167 (65.62% from 255) = 66.27%
R=29.76%
G=3.97%
B=66.27%

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
Decimal75101670.550.9400.35264.8488.734.71
Hex4BAA7375E0231095923
Octal113122476713604341113143
Binary1001011101010100111110111101111001000111000010011011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4b0aa7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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