Html Css Color HEX #471695 Indigo

📋 copy color: '#471695'

red 71 ◦ green 22 ◦ blue 149

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

Shades of Indigo #471695

Tints of Indigo #471695

RGB

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

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

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

R = 29.34%
G = 9.09%
B = 61.57%

CMYK

 C value IS 0.52

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#471695 (or 0x471695) is known color: Indigo. HEX triplet: 47, 16 and 95. RGB value is (71,22,149). Sum of RGB (Red+Green+Blue) = 71+22+149=242 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.34% from 242); Green value is 22 (8.98% from 255 or 9.09% from 242); Blue value is 149 (58.59% from 255 or 61.57% from 242); Max value from RGB is 149 - color contains mainly: blue. Hex color #471695 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471695 is #B8E96A. Grayscale: #323232. Windows color (decimal): -12118379 or 9770567. OLE color: 9770567.

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

Color convert

RGB 71 22 149 -
CMYK 0.52 0.85 0 0.42
HSL 263.15º 0.74% 0.34% -
HSV(B) 263.15º 0.85% 0.58% -
XYZ 8.31 4.08 28.78 -
YUV 51.13 183.23 142.17 -
System Red Green Blue C M Y K H S L
Decimal 71 22 149 0.52 0.85 0 0.42 263.15 0.74 0.34
Hex 47 16 95 34 55 0 2A 107 4A 22
Octal 107 26 225 64 125 0 52 407 112 42
Binary 1000111 10110 10010101 110100 1010101 0 101010 100000111 1001010 100010

Color Harmonies of #471695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471695

Black with #471695

Text Example


Text Example

White with #471695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471695; }

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

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

background-color css

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

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

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

border-color css

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

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

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