#4B169F

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

Shades of Indigo #4B169F

Tints of Indigo #4B169F

Color information

#4B169F (or 0x4B169F) is unknown color: approx Indigo. HEX triplet: 4B, 16 and 9F. RGB value is (75,22,159). Sum of RGB (Red+Green+Blue) = 75+22+159=256 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.30% from 256); Green value is 22 (8.98% from 255 or 8.59% from 256); Blue value is 159 (62.5% from 255 or 62.11% from 256); Max value from RGB is 159 - color contains mainly: blue. Hex color #4B169F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B169F is #B4E960. Grayscale: #343434. Windows color (decimal): -11856225 or 10425931. OLE color: 10425931.

HSL color Cylindrical-coordinate representation of color #4B169F: hue angle of 263.21º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4B169F is Cyan = 0.53, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7522159-
CMYK0.530.8600.38
HSL263.21º75.69%35.49%-
HSV(B)263.21º86.16%62.35%-
XYZ9.454.5733.19-
YUV53.46187.56143.36-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.30%
GREEN value IS 22 (8.98% from 255) = 8.59%
BLUE value IS 159 (62.5% from 255) = 62.11%
R=29.30%
G=8.59%
B=62.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal75221590.530.8600.38263.2175.6935.49
Hex4B169F35560261074c23
Octal113262376512604640711443
Binary10010111011010011111110101101011001001101000001111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B169F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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