Html Css Color HEX #470594 Indigo

📋 copy color: '#470594'

red 71 ◦ green 5 ◦ blue 148

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

Shades of Indigo #470594

Tints of Indigo #470594

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.23%

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

R = 31.7%
G = 2.23%
B = 66.07%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#470594 (or 0x470594) is known color: Indigo. HEX triplet: 47, 05 and 94. RGB value is (71,5,148). Sum of RGB (Red+Green+Blue) = 71+5+148=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 148 (58.20% from 255 or 66.07% from 224); Max value from RGB is 148 - color contains mainly: blue. Hex color #470594 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470594 is #B8FA6B. Grayscale: #282828. Windows color (decimal): -12122732 or 9700679. OLE color: 9700679.

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

Color convert

RGB 71 5 148 -
CMYK 0.52 0.97 0 0.42
HSL 267.69º 0.93% 0.3% -
HSV(B) 267.69º 0.97% 0.58% -
XYZ 8 3.59 28.29 -
YUV 41.04 188.37 149.37 -
System Red Green Blue C M Y K H S L
Decimal 71 5 148 0.52 0.97 0 0.42 267.69 0.93 0.3
Hex 47 5 94 34 61 0 2A 10C 5D 1E
Octal 107 5 224 64 141 0 52 414 135 36
Binary 1000111 101 10010100 110100 1100001 0 101010 100001100 1011101 11110

Color Harmonies of #470594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470594

Black with #470594

Text Example


Text Example

White with #470594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470594; }

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

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

background-color css

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

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

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

border-color css

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

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

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