Html Css Color HEX #471195 Indigo

📋 copy color: '#471195'

red 71 ◦ green 17 ◦ blue 149

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

Shades of Indigo #471195

Tints of Indigo #471195

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.17%

 BLUE value IS 149 (58.59% from 255) = 62.87%

R = 29.96%
G = 7.17%
B = 62.87%

CMYK

 C value IS 0.52

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#471195 (or 0x471195) is known color: Indigo. HEX triplet: 47, 11 and 95. RGB value is (71,17,149). Sum of RGB (Red+Green+Blue) = 71+17+149=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 17 (7.03% from 255 or 7.17% from 237); Blue value is 149 (58.59% from 255 or 62.87% from 237); Max value from RGB is 149 - color contains mainly: blue. Hex color #471195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471195 is #B8EE6A. Grayscale: #2F2F2F. Windows color (decimal): -12119659 or 9769287. OLE color: 9769287.

HSL color Cylindrical-coordinate representation of color #471195: hue angle of 264.55º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #471195 is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 17 149 -
CMYK 0.52 0.89 0 0.42
HSL 264.55º 0.8% 0.33% -
HSV(B) 264.55º 0.89% 0.58% -
XYZ 8.22 3.91 28.76 -
YUV 48.19 184.89 144.27 -
System Red Green Blue C M Y K H S L
Decimal 71 17 149 0.52 0.89 0 0.42 264.55 0.8 0.33
Hex 47 11 95 34 59 0 2A 109 50 21
Octal 107 21 225 64 131 0 52 411 120 41
Binary 1000111 10001 10010101 110100 1011001 0 101010 100001001 1010000 100001

Color Harmonies of #471195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471195

Black with #471195

Text Example


Text Example

White with #471195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471195; }

 p { color: rgb(71,17,149); }

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

background-color css

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

 a { background-color: rgb(71,17,149); }

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

border-color css

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

 span { border-color: rgb(71,17,149); }

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