Html Css Color HEX #471794 Indigo

📋 copy color: '#471794'

red 71 ◦ green 23 ◦ blue 148

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

Shades of Indigo #471794

Tints of Indigo #471794

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.5%

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

R = 29.34%
G = 9.5%
B = 61.16%

CMYK

 C value IS 0.52

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#471794 (or 0x471794) is known color: Indigo. HEX triplet: 47, 17 and 94. RGB value is (71,23,148). Sum of RGB (Red+Green+Blue) = 71+23+148=242 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.34% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 148 (58.20% from 255 or 61.16% from 242); Max value from RGB is 148 - color contains mainly: blue. Hex color #471794 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471794 is #B8E86B. Grayscale: #333333. Windows color (decimal): -12118124 or 9705287. OLE color: 9705287.

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

Color convert

RGB 71 23 148 -
CMYK 0.52 0.84 0 0.42
HSL 263.04º 0.73% 0.34% -
HSV(B) 263.04º 0.84% 0.58% -
XYZ 8.25 4.09 28.37 -
YUV 51.6 182.4 141.84 -
System Red Green Blue C M Y K H S L
Decimal 71 23 148 0.52 0.84 0 0.42 263.04 0.73 0.34
Hex 47 17 94 34 54 0 2A 107 49 22
Octal 107 27 224 64 124 0 52 407 111 42
Binary 1000111 10111 10010100 110100 1010100 0 101010 100000111 1001001 100010

Color Harmonies of #471794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471794

Black with #471794

Text Example


Text Example

White with #471794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471794; }

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

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

background-color css

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

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

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

border-color css

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

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

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