Html Css Color HEX #471795 Indigo

📋 copy color: '#471795'

red 71 ◦ green 23 ◦ blue 149

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

Shades of Indigo #471795

Tints of Indigo #471795

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.47%

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

R = 29.22%
G = 9.47%
B = 61.32%

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

#471795 (or 0x471795) is known color: Indigo. HEX triplet: 47, 17 and 95. RGB value is (71,23,149). Sum of RGB (Red+Green+Blue) = 71+23+149=243 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.22% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 149 (58.59% from 255 or 61.32% from 243); Max value from RGB is 149 - color contains mainly: blue. Hex color #471795 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471795 is #B8E86A. Grayscale: #333333. Windows color (decimal): -12118123 or 9770823. OLE color: 9770823.

HSL color Cylindrical-coordinate representation of color #471795: hue angle of 262.86º degrees, saturation: 0.73, 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 #471795 is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 23 149 -
CMYK 0.52 0.85 0 0.42
HSL 262.86º 0.73% 0.34% -
HSV(B) 262.86º 0.85% 0.58% -
XYZ 8.33 4.12 28.79 -
YUV 51.72 182.9 141.75 -
System Red Green Blue C M Y K H S L
Decimal 71 23 149 0.52 0.85 0 0.42 262.86 0.73 0.34
Hex 47 17 95 34 55 0 2A 107 49 22
Octal 107 27 225 64 125 0 52 407 111 42
Binary 1000111 10111 10010101 110100 1010101 0 101010 100000111 1001001 100010

Color Harmonies of #471795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471795

Black with #471795

Text Example


Text Example

White with #471795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471795; }

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

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

background-color css

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

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

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

border-color css

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

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

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