#4C169B

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

Shades of Indigo #4C169B

Tints of Indigo #4C169B

Color information

#4C169B (or 0x4C169B) is unknown color: approx Indigo. HEX triplet: 4C, 16 and 9B. RGB value is (76,22,155). Sum of RGB (Red+Green+Blue) = 76+22+155=253 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.04% from 253); Green value is 22 (8.98% from 255 or 8.70% from 253); Blue value is 155 (60.94% from 255 or 61.26% from 253); Max value from RGB is 155 - color contains mainly: blue. Hex color #4C169B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C169B is #B3E964. Grayscale: #343434. Windows color (decimal): -11790693 or 10163788. OLE color: 10163788.

HSL color Cylindrical-coordinate representation of color #4C169B: hue angle of 264.36º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4C169B is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7622155-
CMYK0.510.8600.39
HSL264.36º75.14%34.71%-
HSV(B)264.36º85.81%60.78%-
XYZ9.184.4831.39-
YUV53.31185.39144.19-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.04%
GREEN value IS 22 (8.98% from 255) = 8.70%
BLUE value IS 155 (60.94% from 255) = 61.26%
R=30.04%
G=8.70%
B=61.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal76221550.510.8600.39264.3675.1434.71
Hex4C169B33560271084b23
Octal114262336312604741011343
Binary10011001011010011011110011101011001001111000010001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C169B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,22,155); }

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

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

 a { background-color: rgb(76,22,155); }

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

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

 span { border-color: rgb(76,22,155); }

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