Html Css Color HEX #470481 Indigo

📋 copy color: '#470481'

red 71 ◦ green 4 ◦ blue 129

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

Shades of Indigo #470481

Tints of Indigo #470481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 63.24%

R = 34.8%
G = 1.96%
B = 63.24%

CMYK

 C value IS 0.45

 M value IS 0.97

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#470481 (or 0x470481) is known color: Indigo. HEX triplet: 47, 04 and 81. RGB value is (71,4,129). Sum of RGB (Red+Green+Blue) = 71+4+129=204 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.80% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 129 (50.78% from 255 or 63.24% from 204); Max value from RGB is 129 - color contains mainly: blue. Hex color #470481 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470481 is #B8FB7E. Grayscale: #252525. Windows color (decimal): -12123007 or 8455239. OLE color: 8455239.

HSL color Cylindrical-coordinate representation of color #470481: hue angle of 272.16º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #470481 is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 4 129 -
CMYK 0.45 0.97 0 0.49
HSL 272.16º 0.94% 0.26% -
HSV(B) 272.16º 0.97% 0.51% -
XYZ 6.6 3.01 21 -
YUV 38.28 179.2 151.34 -
System Red Green Blue C M Y K H S L
Decimal 71 4 129 0.45 0.97 0 0.49 272.16 0.94 0.26
Hex 47 4 81 2D 61 0 31 110 5E 1A
Octal 107 4 201 55 141 0 61 420 136 32
Binary 1000111 100 10000001 101101 1100001 0 110001 100010000 1011110 11010

Color Harmonies of #470481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470481

Black with #470481

Text Example


Text Example

White with #470481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470481; }

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

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

background-color css

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

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

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

border-color css

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

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

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