#4B0C6F

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

Shades of Indigo #4B0C6F

Tints of Indigo #4B0C6F

Color information

#4B0C6F (or 0x4B0C6F) is unknown color: approx Indigo. HEX triplet: 4B, 0C and 6F. RGB value is (75,12,111). Sum of RGB (Red+Green+Blue) = 75+12+111=198 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.88% from 198); Green value is 12 (5.08% from 255 or 6.06% from 198); Blue value is 111 (43.75% from 255 or 56.06% from 198); Max value from RGB is 111 - color contains mainly: blue. Hex color #4B0C6F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0C6F is #B4F390. Grayscale: #292929. Windows color (decimal): -11858833 or 7277643. OLE color: 7277643.

HSL color Cylindrical-coordinate representation of color #4B0C6F: hue angle of 278.18º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4B0C6F is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7512111-
CMYK0.320.8900.56
HSL278.18º80.49%24.12%-
HSV(B)278.18º89.19%43.53%-
XYZ5.92.9115.29-
YUV42.12166.87151.45-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 37.88%
GREEN value IS 12 (5.08% from 255) = 6.06%
BLUE value IS 111 (43.75% from 255) = 56.06%
R=37.88%
G=6.06%
B=56.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal75121110.320.8900.56278.1880.4924.12
Hex4BC6F20590381165018
Octal113141574013107042612030
Binary10010111100110111110000010110010111000100010110101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,12,111); }

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

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

 a { background-color: rgb(75,12,111); }

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

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

 span { border-color: rgb(75,12,111); }

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