Html Css Color HEX #471682 Indigo

📋 copy color: '#471682'

red 71 ◦ green 22 ◦ blue 130

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

Shades of Indigo #471682

Tints of Indigo #471682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 58.3%

R = 31.84%
G = 9.87%
B = 58.3%

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

#471682 (or 0x471682) is known color: Indigo. HEX triplet: 47, 16 and 82. RGB value is (71,22,130). Sum of RGB (Red+Green+Blue) = 71+22+130=223 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.84% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 130 (51.17% from 255 or 58.30% from 223); Max value from RGB is 130 - color contains mainly: blue. Hex color #471682 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471682 is #B8E97D. Grayscale: #303030. Windows color (decimal): -12118398 or 8525383. OLE color: 8525383.

HSL color Cylindrical-coordinate representation of color #471682: hue angle of 267.22º 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 #471682 is Cyan = 0.45, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 22 130 -
CMYK 0.45 0.83 0 0.49
HSL 267.22º 0.71% 0.3% -
HSV(B) 267.22º 0.83% 0.51% -
XYZ 6.91 3.53 21.44 -
YUV 48.96 173.73 143.72 -
System Red Green Blue C M Y K H S L
Decimal 71 22 130 0.45 0.83 0 0.49 267.22 0.71 0.3
Hex 47 16 82 2D 53 0 31 10B 47 1E
Octal 107 26 202 55 123 0 61 413 107 36
Binary 1000111 10110 10000010 101101 1010011 0 110001 100001011 1000111 11110

Color Harmonies of #471682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471682

Black with #471682

Text Example


Text Example

White with #471682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471682; }

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

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

background-color css

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

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

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

border-color css

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

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

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