#4B1688

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

Shades of Indigo #4B1688

Tints of Indigo #4B1688

Color information

#4B1688 (or 0x4B1688) is unknown color: approx Indigo. HEX triplet: 4B, 16 and 88. RGB value is (75,22,136). Sum of RGB (Red+Green+Blue) = 75+22+136=233 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.19% from 233); Green value is 22 (8.98% from 255 or 9.44% from 233); Blue value is 136 (53.52% from 255 or 58.37% from 233); Max value from RGB is 136 - color contains mainly: blue. Hex color #4B1688 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B1688 is #B4E977. Grayscale: #323232. Windows color (decimal): -11856248 or 8918603. OLE color: 8918603.

HSL color Cylindrical-coordinate representation of color #4B1688: hue angle of 267.89º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4B1688 is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7522136-
CMYK0.450.8400.47
HSL267.89º72.15%30.98%-
HSV(B)267.89º83.82%53.33%-
XYZ7.633.8523.63-
YUV50.84176.06145.23-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.19%
GREEN value IS 22 (8.98% from 255) = 9.44%
BLUE value IS 136 (53.52% from 255) = 58.37%
R=32.19%
G=9.44%
B=58.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal75221360.450.8400.47267.8972.1530.98
Hex4B16882D5402F10c481f
Octal113262105512405741411037
Binary1001011101101000100010110110101000101111100001100100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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