#4B075F

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

Shades of Indigo #4B075F

Tints of Indigo #4B075F

Color information

#4B075F (or 0x4B075F) is unknown color: approx Indigo. HEX triplet: 4B, 07 and 5F. RGB value is (75,7,95). Sum of RGB (Red+Green+Blue) = 75+7+95=177 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.37% from 177); Green value is 7 (3.12% from 255 or 3.95% from 177); Blue value is 95 (37.5% from 255 or 53.67% from 177); Max value from RGB is 95 - color contains mainly: blue. Hex color #4B075F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B075F is #B4F8A0. Grayscale: #252525. Windows color (decimal): -11860129 or 6227787. OLE color: 6227787.

HSL color Cylindrical-coordinate representation of color #4B075F: hue angle of 286.36º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4B075F is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB75795-
CMYK0.210.9300.63
HSL286.36º86.27%20%-
HSV(B)286.36º92.63%37.25%-
XYZ5.042.4711.04-
YUV37.36160.53154.84-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 42.37%
GREEN value IS 7 (3.12% from 255) = 3.95%
BLUE value IS 95 (37.5% from 255) = 53.67%
R=42.37%
G=3.95%
B=53.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal757950.210.9300.63286.3686.2720
Hex4B75F155D03F11e5614
Octal11371372513507743612624
Binary100101111110111111010110111010111111100011110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B075F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,7,95); }

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

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

 a { background-color: rgb(75,7,95); }

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

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

 span { border-color: rgb(75,7,95); }

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