Html Css Color HEX #471594 Indigo

📋 copy color: '#471594'

red 71 ◦ green 21 ◦ blue 148

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

Shades of Indigo #471594

Tints of Indigo #471594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 61.67%

R = 29.58%
G = 8.75%
B = 61.67%

CMYK

 C value IS 0.52

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#471594 (or 0x471594) is known color: Indigo. HEX triplet: 47, 15 and 94. RGB value is (71,21,148). Sum of RGB (Red+Green+Blue) = 71+21+148=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 148 (58.20% from 255 or 61.67% from 240); Max value from RGB is 148 - color contains mainly: blue. Hex color #471594 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471594 is #B8EA6B. Grayscale: #313131. Windows color (decimal): -12118636 or 9704775. OLE color: 9704775.

HSL color Cylindrical-coordinate representation of color #471594: hue angle of 263.62º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #471594 is Cyan = 0.52, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 21 148 -
CMYK 0.52 0.86 0 0.42
HSL 263.62º 0.75% 0.33% -
HSV(B) 263.62º 0.86% 0.58% -
XYZ 8.21 4.01 28.36 -
YUV 50.43 183.07 142.67 -
System Red Green Blue C M Y K H S L
Decimal 71 21 148 0.52 0.86 0 0.42 263.62 0.75 0.33
Hex 47 15 94 34 56 0 2A 108 4B 21
Octal 107 25 224 64 126 0 52 410 113 41
Binary 1000111 10101 10010100 110100 1010110 0 101010 100001000 1001011 100001

Color Harmonies of #471594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471594

Black with #471594

Text Example


Text Example

White with #471594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471594; }

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

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

background-color css

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

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

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

border-color css

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

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

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