#4B066B

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

Shades of Indigo #4B066B

Tints of Indigo #4B066B

Color information

#4B066B (or 0x4B066B) is unknown color: approx Indigo. HEX triplet: 4B, 06 and 6B. RGB value is (75,6,107). Sum of RGB (Red+Green+Blue) = 75+6+107=188 (24% of max value = 765). Red value is 75 (29.69% from 255 or 39.89% from 188); Green value is 6 (2.73% from 255 or 3.19% from 188); Blue value is 107 (42.19% from 255 or 56.91% from 188); Max value from RGB is 107 - color contains mainly: blue. Hex color #4B066B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B066B is #B4F994. Grayscale: #252525. Windows color (decimal): -11860373 or 7013963. OLE color: 7013963.

HSL color Cylindrical-coordinate representation of color #4B066B: hue angle of 280.99º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4B066B is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB756107-
CMYK0.300.9400.58
HSL280.99º89.38%22.16%-
HSV(B)280.99º94.39%41.96%-
XYZ5.622.6914.13-
YUV38.14166.86154.29-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 39.89%
GREEN value IS 6 (2.73% from 255) = 3.19%
BLUE value IS 107 (42.19% from 255) = 56.91%
R=39.89%
G=3.19%
B=56.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7561070.300.9400.58280.9989.3822.16
Hex4B66B1E5E03A1195916
Octal11361533613607243113126
Binary100101111011010111111010111100111010100011001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B066B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,6,107); }

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

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

 a { background-color: rgb(75,6,107); }

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

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

 span { border-color: rgb(75,6,107); }

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