Html Css Color HEX #471681 Indigo

📋 copy color: '#471681'

red 71 ◦ green 22 ◦ blue 129

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

Shades of Indigo #471681

Tints of Indigo #471681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 58.11%

R = 31.98%
G = 9.91%
B = 58.11%

CMYK

 C value IS 0.45

 M value IS 0.83

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#471681 (or 0x471681) is known color: Indigo. HEX triplet: 47, 16 and 81. RGB value is (71,22,129). Sum of RGB (Red+Green+Blue) = 71+22+129=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 22 (8.98% from 255 or 9.91% from 222); Blue value is 129 (50.78% from 255 or 58.11% from 222); Max value from RGB is 129 - color contains mainly: blue. Hex color #471681 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471681 is #B8E97E. Grayscale: #303030. Windows color (decimal): -12118399 or 8459847. OLE color: 8459847.

HSL color Cylindrical-coordinate representation of color #471681: hue angle of 267.48º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #471681 is Cyan = 0.45, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 22 129 -
CMYK 0.45 0.83 0 0.49
HSL 267.48º 0.71% 0.3% -
HSV(B) 267.48º 0.83% 0.51% -
XYZ 6.85 3.5 21.08 -
YUV 48.85 173.23 143.8 -
System Red Green Blue C M Y K H S L
Decimal 71 22 129 0.45 0.83 0 0.49 267.48 0.71 0.3
Hex 47 16 81 2D 53 0 31 10B 47 1E
Octal 107 26 201 55 123 0 61 413 107 36
Binary 1000111 10110 10000001 101101 1010011 0 110001 100001011 1000111 11110

Color Harmonies of #471681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471681

Black with #471681

Text Example


Text Example

White with #471681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471681; }

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

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

background-color css

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

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

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

border-color css

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

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

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