Html Css Color HEX #470461 Indigo

📋 copy color: '#470461'

red 71 ◦ green 4 ◦ blue 97

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

Shades of Indigo #470461

Tints of Indigo #470461

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.33%

 BLUE value IS 97 (38.28% from 255) = 56.4%

R = 41.28%
G = 2.33%
B = 56.4%

CMYK

 C value IS 0.27

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#470461 (or 0x470461) is known color: Indigo. HEX triplet: 47, 04 and 61. RGB value is (71,4,97). Sum of RGB (Red+Green+Blue) = 71+4+97=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 97 (38.28% from 255 or 56.40% from 172); Max value from RGB is 97 - color contains mainly: blue. Hex color #470461 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470461 is #B8FB9E. Grayscale: #222222. Windows color (decimal): -12123039 or 6358087. OLE color: 6358087.

HSL color Cylindrical-coordinate representation of color #470461: hue angle of 283.23º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #470461 is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 4 97 -
CMYK 0.27 0.96 0 0.62
HSL 283.23º 0.92% 0.2% -
HSV(B) 283.23º 0.96% 0.38% -
XYZ 4.8 2.29 11.5 -
YUV 34.64 163.2 153.94 -
System Red Green Blue C M Y K H S L
Decimal 71 4 97 0.27 0.96 0 0.62 283.23 0.92 0.2
Hex 47 4 61 1B 60 0 3E 11B 5C 14
Octal 107 4 141 33 140 0 76 433 134 24
Binary 1000111 100 1100001 11011 1100000 0 111110 100011011 1011100 10100

Color Harmonies of #470461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470461

Black with #470461

Text Example


Text Example

White with #470461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470461; }

 p { color: rgb(71,4,97); }

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

background-color css

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

 a { background-color: rgb(71,4,97); }

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

border-color css

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

 span { border-color: rgb(71,4,97); }

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