#48027B

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

Shades of Indigo #48027B

Tints of Indigo #48027B

Color information

#48027B (or 0x48027B) is unknown color: approx Indigo. HEX triplet: 48, 02 and 7B. RGB value is (72,2,123). Sum of RGB (Red+Green+Blue) = 72+2+123=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 123 (48.44% from 255 or 62.44% from 197); Max value from RGB is 123 - color contains mainly: blue. Hex color #48027B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48027B is #B7FD84. Grayscale: #242424. Windows color (decimal): -12057989 or 8061512. OLE color: 8061512.

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

Color convert

RGB722123-
CMYK0.410.9800.52
HSL274.71º96.8%24.51%-
HSV(B)274.71º98.37%48.24%-
XYZ6.272.8518.96-
YUV36.72176.69153.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.55%
GREEN value IS 2 (1.17% from 255) = 1.02%
BLUE value IS 123 (48.44% from 255) = 62.44%
R=36.55%
G=1.02%
B=62.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7221230.410.9800.52274.7196.824.51
Hex4827B29620341136119
Octal11021735114206442314131
Binary100100010111101110100111000100110100100010011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48027B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,2,123); }

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

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

 a { background-color: rgb(72,2,123); }

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

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

 span { border-color: rgb(72,2,123); }

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