#47098A

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

Shades of Indigo #47098A

Tints of Indigo #47098A

Color information

#47098A (or 0x47098A) is unknown color: approx Indigo. HEX triplet: 47, 09 and 8A. RGB value is (71,9,138). Sum of RGB (Red+Green+Blue) = 71+9+138=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 138 (54.30% from 255 or 63.30% from 218); Max value from RGB is 138 - color contains mainly: blue. Hex color #47098A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47098A is #B8F675. Grayscale: #292929. Windows color (decimal): -12121718 or 9046343. OLE color: 9046343.

HSL color Cylindrical-coordinate representation of color #47098A: hue angle of 268.84º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #47098A is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB719138-
CMYK0.490.9300.46
HSL268.84º87.76%28.82%-
HSV(B)268.84º93.48%54.12%-
XYZ7.283.3724.31-
YUV42.24182.04148.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.57%
GREEN value IS 9 (3.91% from 255) = 4.13%
BLUE value IS 138 (54.30% from 255) = 63.30%
R=32.57%
G=4.13%
B=63.30%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal7191380.490.9300.46268.8487.7628.82
Hex4798A315D02E10d581d
Octal107112126113505641513035
Binary100011110011000101011000110111010101110100001101101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47098A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,9,138); }

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

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

 a { background-color: rgb(71,9,138); }

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

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

 span { border-color: rgb(71,9,138); }

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