Html Css Color HEX #471096 Indigo

📋 copy color: '#471096'

red 71 ◦ green 16 ◦ blue 150

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

Shades of Indigo #471096

Tints of Indigo #471096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 63.29%

R = 29.96%
G = 6.75%
B = 63.29%

CMYK

 C value IS 0.53

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#471096 (or 0x471096) is known color: Indigo. HEX triplet: 47, 10 and 96. RGB value is (71,16,150). Sum of RGB (Red+Green+Blue) = 71+16+150=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 150 (58.98% from 255 or 63.29% from 237); Max value from RGB is 150 - color contains mainly: blue. Hex color #471096 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471096 is #B8EF69. Grayscale: #2F2F2F. Windows color (decimal): -12119914 or 9834567. OLE color: 9834567.

HSL color Cylindrical-coordinate representation of color #471096: hue angle of 264.63º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #471096 is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 71 16 150 -
CMYK 0.53 0.89 0 0.41
HSL 264.63º 0.81% 0.33% -
HSV(B) 264.63º 0.89% 0.59% -
XYZ 8.29 3.91 29.17 -
YUV 47.72 185.72 144.6 -
System Red Green Blue C M Y K H S L
Decimal 71 16 150 0.53 0.89 0 0.41 264.63 0.81 0.33
Hex 47 10 96 35 59 0 29 109 51 21
Octal 107 20 226 65 131 0 51 411 121 41
Binary 1000111 10000 10010110 110101 1011001 0 101001 100001001 1010001 100001

Color Harmonies of #471096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471096

Black with #471096

Text Example


Text Example

White with #471096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471096; }

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

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

background-color css

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

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

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

border-color css

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

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

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