Html Css Color HEX #471083 Indigo

📋 copy color: '#471083'

red 71 ◦ green 16 ◦ blue 131

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

Shades of Indigo #471083

Tints of Indigo #471083

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.34%

 BLUE value IS 131 (51.56% from 255) = 60.09%

R = 32.57%
G = 7.34%
B = 60.09%

CMYK

 C value IS 0.46

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#471083 (or 0x471083) is known color: Indigo. HEX triplet: 47, 10 and 83. RGB value is (71,16,131). Sum of RGB (Red+Green+Blue) = 71+16+131=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 16 (6.64% from 255 or 7.34% from 218); Blue value is 131 (51.56% from 255 or 60.09% from 218); Max value from RGB is 131 - color contains mainly: blue. Hex color #471083 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471083 is #B8EF7C. Grayscale: #2D2D2D. Windows color (decimal): -12119933 or 8589383. OLE color: 8589383.

HSL color Cylindrical-coordinate representation of color #471083: hue angle of 268.7º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #471083 is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 16 131 -
CMYK 0.46 0.88 0 0.49
HSL 268.7º 0.78% 0.29% -
HSV(B) 268.7º 0.88% 0.51% -
XYZ 6.88 3.35 21.76 -
YUV 45.56 176.22 146.15 -
System Red Green Blue C M Y K H S L
Decimal 71 16 131 0.46 0.88 0 0.49 268.7 0.78 0.29
Hex 47 10 83 2E 58 0 31 10D 4E 1D
Octal 107 20 203 56 130 0 61 415 116 35
Binary 1000111 10000 10000011 101110 1011000 0 110001 100001101 1001110 11101

Color Harmonies of #471083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471083

Black with #471083

Text Example


Text Example

White with #471083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471083; }

 p { color: rgb(71,16,131); }

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

background-color css

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

 a { background-color: rgb(71,16,131); }

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

border-color css

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

 span { border-color: rgb(71,16,131); }

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