#4B066D

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

Shades of Indigo #4B066D

Tints of Indigo #4B066D

Color information

#4B066D (or 0x4B066D) is unknown color: approx Indigo. HEX triplet: 4B, 06 and 6D. RGB value is (75,6,109). Sum of RGB (Red+Green+Blue) = 75+6+109=190 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.47% from 190); Green value is 6 (2.73% from 255 or 3.16% from 190); Blue value is 109 (42.97% from 255 or 57.37% from 190); Max value from RGB is 109 - color contains mainly: blue. Hex color #4B066D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B066D is #B4F992. Grayscale: #262626. Windows color (decimal): -11860371 or 7145035. OLE color: 7145035.

HSL color Cylindrical-coordinate representation of color #4B066D: hue angle of 280.19º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4B066D is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB756109-
CMYK0.310.9400.57
HSL280.19º89.57%22.55%-
HSV(B)280.19º94.5%42.75%-
XYZ5.732.7314.69-
YUV38.37167.86154.12-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 39.47%
GREEN value IS 6 (2.73% from 255) = 3.16%
BLUE value IS 109 (42.97% from 255) = 57.37%
R=39.47%
G=3.16%
B=57.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal7561090.310.9400.57280.1989.5722.55
Hex4B66D1F5E0391185a17
Octal11361553713607143013227
Binary100101111011011011111110111100111001100011000101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B066D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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