#4B066C

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

Shades of Indigo #4B066C

Tints of Indigo #4B066C

Color information

#4B066C (or 0x4B066C) is unknown color: approx Indigo. HEX triplet: 4B, 06 and 6C. RGB value is (75,6,108). Sum of RGB (Red+Green+Blue) = 75+6+108=189 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.68% from 189); Green value is 6 (2.73% from 255 or 3.17% from 189); Blue value is 108 (42.58% from 255 or 57.14% from 189); Max value from RGB is 108 - color contains mainly: blue. Hex color #4B066C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B066C is #B4F993. Grayscale: #252525. Windows color (decimal): -11860372 or 7079499. OLE color: 7079499.

HSL color Cylindrical-coordinate representation of color #4B066C: hue angle of 280.59º 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 #4B066C is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB756108-
CMYK0.310.9400.58
HSL280.59º89.47%22.35%-
HSV(B)280.59º94.44%42.35%-
XYZ5.672.7114.41-
YUV38.26167.36154.21-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 39.68%
GREEN value IS 6 (2.73% from 255) = 3.17%
BLUE value IS 108 (42.58% from 255) = 57.14%
R=39.68%
G=3.17%
B=57.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7561080.310.9400.58280.5989.4722.35
Hex4B66C1F5E03A1195916
Octal11361543713607243113126
Binary100101111011011001111110111100111010100011001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B066C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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