Html Css Color HEX #471696 Indigo

📋 copy color: '#471696'

red 71 ◦ green 22 ◦ blue 150

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

Shades of Indigo #471696

Tints of Indigo #471696

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.05%

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

R = 29.22%
G = 9.05%
B = 61.73%

CMYK

 C value IS 0.53

 M value IS 0.85

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#471696 (or 0x471696) is known color: Indigo. HEX triplet: 47, 16 and 96. RGB value is (71,22,150). Sum of RGB (Red+Green+Blue) = 71+22+150=243 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.22% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 150 (58.98% from 255 or 61.73% from 243); Max value from RGB is 150 - color contains mainly: blue. Hex color #471696 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471696 is #B8E969. Grayscale: #323232. Windows color (decimal): -12118378 or 9836103. OLE color: 9836103.

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

Color convert

RGB 71 22 150 -
CMYK 0.53 0.85 0 0.41
HSL 262.97º 0.74% 0.34% -
HSV(B) 262.97º 0.85% 0.59% -
XYZ 8.39 4.12 29.21 -
YUV 51.24 183.73 142.09 -
System Red Green Blue C M Y K H S L
Decimal 71 22 150 0.53 0.85 0 0.41 262.97 0.74 0.34
Hex 47 16 96 35 55 0 29 107 4A 22
Octal 107 26 226 65 125 0 51 407 112 42
Binary 1000111 10110 10010110 110101 1010101 0 101001 100000111 1001010 100010

Color Harmonies of #471696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471696

Black with #471696

Text Example


Text Example

White with #471696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471696; }

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

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

background-color css

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

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

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

border-color css

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

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

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