#47035D

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

Shades of Indigo #47035D

Tints of Indigo #47035D

Color information

#47035D (or 0x47035D) is unknown color: approx Indigo. HEX triplet: 47, 03 and 5D. RGB value is (71,3,93). Sum of RGB (Red+Green+Blue) = 71+3+93=167 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.51% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 93 (36.72% from 255 or 55.69% from 167); Max value from RGB is 93 - color contains mainly: blue. Hex color #47035D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47035D is #B8FCA2. Grayscale: #212121. Windows color (decimal): -12123299 or 6095687. OLE color: 6095687.

HSL color Cylindrical-coordinate representation of color #47035D: hue angle of 285.33º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #47035D is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB71393-
CMYK0.240.9700.64
HSL285.33º93.75%18.82%-
HSV(B)285.33º96.77%36.47%-
XYZ4.612.210.54-
YUV33.59161.53154.68-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.51%
GREEN value IS 3 (1.56% from 255) = 1.80%
BLUE value IS 93 (36.72% from 255) = 55.69%
R=42.51%
G=1.80%
B=55.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal713930.240.9700.64285.3393.7518.82
Hex4735D186104011d5e13
Octal107313530141010043513623
Binary100011111101110111000110000101000000100011101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47035D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47035D; }

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

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

<style>
 a { background-color: #47035D; }

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

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

<style>
 span { border-color: #47035D; }

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

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