Html Css Color HEX #471680 Indigo

📋 copy color: '#471680'

red 71 ◦ green 22 ◦ blue 128

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

Shades of Indigo #471680

Tints of Indigo #471680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 57.92%

R = 32.13%
G = 9.95%
B = 57.92%

CMYK

 C value IS 0.45

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#471680 (or 0x471680) is known color: Indigo. HEX triplet: 47, 16 and 80. RGB value is (71,22,128). Sum of RGB (Red+Green+Blue) = 71+22+128=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 22 (8.98% from 255 or 9.95% from 221); Blue value is 128 (50.39% from 255 or 57.92% from 221); Max value from RGB is 128 - color contains mainly: blue. Hex color #471680 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471680 is #B8E97F. Grayscale: #303030. Windows color (decimal): -12118400 or 8394311. OLE color: 8394311.

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

Color convert

RGB 71 22 128 -
CMYK 0.45 0.83 0 0.50
HSL 267.74º 0.71% 0.29% -
HSV(B) 267.74º 0.83% 0.5% -
XYZ 6.78 3.47 20.73 -
YUV 48.74 172.73 143.88 -
System Red Green Blue C M Y K H S L
Decimal 71 22 128 0.45 0.83 0 0.50 267.74 0.71 0.29
Hex 47 16 80 2D 53 0 32 10C 47 1D
Octal 107 26 200 55 123 0 62 414 107 35
Binary 1000111 10110 10000000 101101 1010011 0 110010 100001100 1000111 11101

Color Harmonies of #471680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471680

Black with #471680

Text Example


Text Example

White with #471680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471680; }

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

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

background-color css

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

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

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

border-color css

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

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

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