#47027B

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

Shades of Indigo #47027B

Tints of Indigo #47027B

Color information

#47027B (or 0x47027B) is unknown color: approx Indigo. HEX triplet: 47, 02 and 7B. RGB value is (71,2,123). Sum of RGB (Red+Green+Blue) = 71+2+123=196 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.22% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 123 (48.44% from 255 or 62.76% from 196); Max value from RGB is 123 - color contains mainly: blue. Hex color #47027B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47027B is #B8FD84. Grayscale: #242424. Windows color (decimal): -12123525 or 8061511. OLE color: 8061511.

HSL color Cylindrical-coordinate representation of color #47027B: hue angle of 274.21º 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 #47027B is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB712123-
CMYK0.420.9800.52
HSL274.21º96.8%24.51%-
HSV(B)274.21º98.37%48.24%-
XYZ6.22.8118.96-
YUV36.42176.86152.66-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.22%
GREEN value IS 2 (1.17% from 255) = 1.02%
BLUE value IS 123 (48.44% from 255) = 62.76%
R=36.22%
G=1.02%
B=62.76%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7121230.420.9800.52274.2196.824.51
Hex4727B2A620341126119
Octal10721735214206442214131
Binary100011110111101110101011000100110100100010010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47027B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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