#47087A

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

Shades of Indigo #47087A

Tints of Indigo #47087A

Color information

#47087A (or 0x47087A) is unknown color: approx Indigo. HEX triplet: 47, 08 and 7A. RGB value is (71,8,122). Sum of RGB (Red+Green+Blue) = 71+8+122=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 122 (48.05% from 255 or 60.70% from 201); Max value from RGB is 122 - color contains mainly: blue. Hex color #47087A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47087A is #B8F785. Grayscale: #272727. Windows color (decimal): -12121990 or 7997511. OLE color: 7997511.

HSL color Cylindrical-coordinate representation of color #47087A: hue angle of 273.16º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #47087A is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB718122-
CMYK0.420.9300.52
HSL273.16º87.69%25.49%-
HSV(B)273.16º93.44%47.84%-
XYZ6.22.9218.65-
YUV39.83174.37150.23-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.32%
GREEN value IS 8 (3.52% from 255) = 3.98%
BLUE value IS 122 (48.05% from 255) = 60.70%
R=35.32%
G=3.98%
B=60.70%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7181220.420.9300.52273.1687.6925.49
Hex4787A2A5D0341115819
Octal107101725213506442113031
Binary10001111000111101010101010111010110100100010001101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47087A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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