#4b16a4

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

Shades of Indigo #4B16A4

Tints of Indigo #4B16A4

Color information

#4B16A4 (or 0x4B16A4) is unknown color: approx Indigo. HEX triplet: 4B, 16 and A4. RGB value is (75,22,164). Sum of RGB (Red+Green+Blue) = 75+22+164=261 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.74% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 164 (64.45% from 255 or 62.84% from 261); Max value from RGB is 164 - color contains mainly: blue. Hex color #4B16A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B16A4 is #B4E95B. Grayscale: #353535. Windows color (decimal): -11856220 or 10753611. OLE color: 10753611.

HSL color Cylindrical-coordinate representation of color #4B16A4: hue angle of 262.39º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4B16A4 is Cyan = 0.54, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7522164-
CMYK0.540.8700.36
HSL262.39º76.34%36.47%-
HSV(B)262.39º86.59%64.31%-
XYZ9.894.7535.52-
YUV54.04190.06142.95-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.74%
GREEN value IS 22 (8.98% from 255) = 8.43%
BLUE value IS 164 (64.45% from 255) = 62.84%
R=28.74%
G=8.43%
B=62.84%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal75221640.540.8700.36262.3976.3436.47
Hex4B16A436570241064c24
Octal113262446612704440611444
Binary10010111011010100100110110101011101001001000001101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4b16a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,22,164); }

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

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

 a { background-color: rgb(75,22,164); }

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

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

 span { border-color: rgb(75,22,164); }

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