Html Css Color HEX #470181 Indigo

📋 copy color: '#470181'

red 71 ◦ green 1 ◦ blue 129

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

Shades of Indigo #470181

Tints of Indigo #470181

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

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

R = 35.32%
G = 0.5%
B = 64.18%

CMYK

 C value IS 0.45

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#470181 (or 0x470181) is known color: Indigo. HEX triplet: 47, 01 and 81. RGB value is (71,1,129). Sum of RGB (Red+Green+Blue) = 71+1+129=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 129 (50.78% from 255 or 64.18% from 201); Max value from RGB is 129 - color contains mainly: blue. Hex color #470181 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470181 is #B8FE7E. Grayscale: #242424. Windows color (decimal): -12123775 or 8454471. OLE color: 8454471.

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

Color convert

RGB 71 1 129 -
CMYK 0.45 0.99 0 0.49
HSL 272.81º 0.98% 0.25% -
HSV(B) 272.81º 0.99% 0.51% -
XYZ 6.57 2.95 20.99 -
YUV 36.52 180.19 152.59 -
System Red Green Blue C M Y K H S L
Decimal 71 1 129 0.45 0.99 0 0.49 272.81 0.98 0.25
Hex 47 1 81 2D 63 0 31 111 62 19
Octal 107 1 201 55 143 0 61 421 142 31
Binary 1000111 1 10000001 101101 1100011 0 110001 100010001 1100010 11001

Color Harmonies of #470181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470181

Black with #470181

Text Example


Text Example

White with #470181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470181; }

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

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

background-color css

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

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

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

border-color css

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

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

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