#49057B

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

Shades of Indigo #49057B

Tints of Indigo #49057B

Color information

#49057B (or 0x49057B) is unknown color: approx Indigo. HEX triplet: 49, 05 and 7B. RGB value is (73,5,123). Sum of RGB (Red+Green+Blue) = 73+5+123=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 123 (48.44% from 255 or 61.19% from 201); Max value from RGB is 123 - color contains mainly: blue. Hex color #49057B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49057B is #B6FA84. Grayscale: #262626. Windows color (decimal): -11991685 or 8062281. OLE color: 8062281.

HSL color Cylindrical-coordinate representation of color #49057B: hue angle of 274.58º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #49057B is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB735123-
CMYK0.410.9600.52
HSL274.58º92.19%25.1%-
HSV(B)274.58º95.93%48.24%-
XYZ6.382.9618.97-
YUV38.78175.53152.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.32%
GREEN value IS 5 (2.34% from 255) = 2.49%
BLUE value IS 123 (48.44% from 255) = 61.19%
R=36.32%
G=2.49%
B=61.19%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7351230.410.9600.52274.5892.1925.1
Hex4957B29600341135c19
Octal11151735114006442313431
Binary1001001101111101110100111000000110100100010011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49057B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49057B; }

 p { color: rgb(73,5,123); }

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

<style>
 a { background-color: #49057B; }

 a { background-color: rgb(73,5,123); }

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

<style>
 span { border-color: #49057B; }

 span { border-color: rgb(73,5,123); }

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