Html Css Color HEX #471585 Indigo

📋 copy color: '#471585'

red 71 ◦ green 21 ◦ blue 133

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

Shades of Indigo #471585

Tints of Indigo #471585

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.33%

 BLUE value IS 133 (52.34% from 255) = 59.11%

R = 31.56%
G = 9.33%
B = 59.11%

CMYK

 C value IS 0.47

 M value IS 0.84

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#471585 (or 0x471585) is known color: Indigo. HEX triplet: 47, 15 and 85. RGB value is (71,21,133). Sum of RGB (Red+Green+Blue) = 71+21+133=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 133 (52.34% from 255 or 59.11% from 225); Max value from RGB is 133 - color contains mainly: blue. Hex color #471585 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471585 is #B8EA7A. Grayscale: #303030. Windows color (decimal): -12118651 or 8721735. OLE color: 8721735.

HSL color Cylindrical-coordinate representation of color #471585: hue angle of 266.79º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #471585 is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 71 21 133 -
CMYK 0.47 0.84 0 0.48
HSL 266.79º 0.73% 0.3% -
HSV(B) 266.79º 0.84% 0.52% -
XYZ 7.1 3.57 22.51 -
YUV 48.72 175.57 143.89 -
System Red Green Blue C M Y K H S L
Decimal 71 21 133 0.47 0.84 0 0.48 266.79 0.73 0.3
Hex 47 15 85 2F 54 0 30 10B 49 1E
Octal 107 25 205 57 124 0 60 413 111 36
Binary 1000111 10101 10000101 101111 1010100 0 110000 100001011 1001001 11110

Color Harmonies of #471585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471585

Black with #471585

Text Example


Text Example

White with #471585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471585; }

 p { color: rgb(71,21,133); }

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

background-color css

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

 a { background-color: rgb(71,21,133); }

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

border-color css

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

 span { border-color: rgb(71,21,133); }

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