Html Css Color HEX #471095 Indigo

📋 copy color: '#471095'

red 71 ◦ green 16 ◦ blue 149

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

Shades of Indigo #471095

Tints of Indigo #471095

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.78%

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

R = 30.08%
G = 6.78%
B = 63.14%

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

#471095 (or 0x471095) is known color: Indigo. HEX triplet: 47, 10 and 95. RGB value is (71,16,149). Sum of RGB (Red+Green+Blue) = 71+16+149=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 16 (6.64% from 255 or 6.78% from 236); Blue value is 149 (58.59% from 255 or 63.14% from 236); Max value from RGB is 149 - color contains mainly: blue. Hex color #471095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471095 is #B8EF6A. Grayscale: #2F2F2F. Windows color (decimal): -12119915 or 9769031. OLE color: 9769031.

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

Color convert

RGB 71 16 149 -
CMYK 0.52 0.89 0 0.42
HSL 264.81º 0.81% 0.32% -
HSV(B) 264.81º 0.89% 0.58% -
XYZ 8.21 3.88 28.75 -
YUV 47.61 185.22 144.69 -
System Red Green Blue C M Y K H S L
Decimal 71 16 149 0.52 0.89 0 0.42 264.81 0.81 0.32
Hex 47 10 95 34 59 0 2A 109 51 20
Octal 107 20 225 64 131 0 52 411 121 40
Binary 1000111 10000 10010101 110100 1011001 0 101010 100001001 1010001 100000

Color Harmonies of #471095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471095

Black with #471095

Text Example


Text Example

White with #471095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471095; }

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

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

background-color css

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

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

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

border-color css

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

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

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