Html Css Color HEX #47137A Indigo

📋 copy color: '#47137A'

red 71 ◦ green 19 ◦ blue 122

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

Shades of Indigo #47137A

Tints of Indigo #47137A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.96%

 BLUE value IS 122 (48.05% from 255) = 57.55%

R = 33.49%
G = 8.96%
B = 57.55%

CMYK

 C value IS 0.42

 M value IS 0.84

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#47137A (or 0x47137A) is known color: Indigo. HEX triplet: 47, 13 and 7A. RGB value is (71,19,122). Sum of RGB (Red+Green+Blue) = 71+19+122=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 122 (48.05% from 255 or 57.55% from 212); Max value from RGB is 122 - color contains mainly: blue. Hex color #47137A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47137A is #B8EC85. Grayscale: #2D2D2D. Windows color (decimal): -12119174 or 8000327. OLE color: 8000327.

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

Color convert

RGB 71 19 122 -
CMYK 0.42 0.84 0 0.52
HSL 270.29º 0.73% 0.28% -
HSV(B) 270.29º 0.84% 0.48% -
XYZ 6.34 3.21 18.7 -
YUV 46.29 170.73 145.62 -
System Red Green Blue C M Y K H S L
Decimal 71 19 122 0.42 0.84 0 0.52 270.29 0.73 0.28
Hex 47 13 7A 2A 54 0 34 10E 49 1C
Octal 107 23 172 52 124 0 64 416 111 34
Binary 1000111 10011 1111010 101010 1010100 0 110100 100001110 1001001 11100

Color Harmonies of #47137A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47137A

Black with #47137A

Text Example


Text Example

White with #47137A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #47137A;
 }
 .AnyTagClassName
 {
   color: #47137A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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