#47037A

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

Shades of Indigo #47037A

Tints of Indigo #47037A

Color information

#47037A (or 0x47037A) is unknown color: approx Indigo. HEX triplet: 47, 03 and 7A. RGB value is (71,3,122). Sum of RGB (Red+Green+Blue) = 71+3+122=196 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.22% from 196); Green value is 3 (1.56% from 255 or 1.53% from 196); Blue value is 122 (48.05% from 255 or 62.24% from 196); Max value from RGB is 122 - color contains mainly: blue. Hex color #47037A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47037A is #B8FC85. Grayscale: #242424. Windows color (decimal): -12123270 or 7996231. OLE color: 7996231.

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

Color convert

RGB713122-
CMYK0.420.9800.52
HSL274.29º95.2%24.51%-
HSV(B)274.29º97.54%47.84%-
XYZ6.142.8118.63-
YUV36.9176.03152.32-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.22%
GREEN value IS 3 (1.56% from 255) = 1.53%
BLUE value IS 122 (48.05% from 255) = 62.24%
R=36.22%
G=1.53%
B=62.24%

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
Decimal7131220.420.9800.52274.2995.224.51
Hex4737A2A620341125f19
Octal10731725214206442213731
Binary100011111111101010101011000100110100100010010101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47037A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47037A; }

 p { color: rgb(71,3,122); }

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

<style>
 a { background-color: #47037A; }

 a { background-color: rgb(71,3,122); }

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

<style>
 span { border-color: #47037A; }

 span { border-color: rgb(71,3,122); }

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