Html Css Color HEX #47008D Indigo

📋 copy color: '#47008D'

red 71 ◦ green 0 ◦ blue 141

#47008D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #47008D

Tints of Indigo #47008D

RGB

 RED value IS 71 (28.13% from 255) = 33.49%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 141 (55.47% from 255) = 66.51%

R = 33.49%
G = 0%
B = 66.51%

CMYK

 C value IS 0.50

 M value IS 1

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#47008D (or 0x47008D) is known color: Indigo. HEX triplet: 47, 00 and 8D. RGB value is (71,0,141). Sum of RGB (Red+Green+Blue) = 71+0+141=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 141 (55.47% from 255 or 66.51% from 212); Max value from RGB is 141 - color contains mainly: blue. Hex color #47008D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47008D is #B8FF72. Grayscale: #242424. Windows color (decimal): -12124019 or 9240647. OLE color: 9240647.

HSL color Cylindrical-coordinate representation of color #47008D: hue angle of 270.21º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #47008D is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 71 0 141 -
CMYK 0.50 1 0 0.45
HSL 270.21º 1% 0.28% -
HSV(B) 270.21º 1% 0.55% -
XYZ 7.41 3.26 25.44 -
YUV 37.3 186.52 152.04 -
System Red Green Blue C M Y K H S L
Decimal 71 0 141 0.50 1 0 0.45 270.21 1 0.28
Hex 47 0 8D 32 64 0 2D 10E 64 1C
Octal 107 0 215 62 144 0 55 416 144 34
Binary 1000111 0 10001101 110010 1100100 0 101101 100001110 1100100 11100

Color Harmonies of #47008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47008D

Black with #47008D

Text Example


Text Example

White with #47008D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,0,141); }

 H1.HeaderClassName
 {
   color: #47008D;
 }
 .AnyTagClassName
 {
   color: #47008D;
 }
</style>

background-color css

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

 a { background-color: rgb(71,0,141); }

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

border-color css

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

 span { border-color: rgb(71,0,141); }

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