Html Css Color HEX #470290 Indigo

📋 copy color: '#470290'

red 71 ◦ green 2 ◦ blue 144

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

Shades of Indigo #470290

Tints of Indigo #470290

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.92%

 BLUE value IS 144 (56.64% from 255) = 66.36%

R = 32.72%
G = 0.92%
B = 66.36%

CMYK

 C value IS 0.51

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#470290 (or 0x470290) is known color: Indigo. HEX triplet: 47, 02 and 90. RGB value is (71,2,144). Sum of RGB (Red+Green+Blue) = 71+2+144=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 144 (56.64% from 255 or 66.36% from 217); Max value from RGB is 144 - color contains mainly: blue. Hex color #470290 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470290 is #B8FD6F. Grayscale: #262626. Windows color (decimal): -12123504 or 9437767. OLE color: 9437767.

HSL color Cylindrical-coordinate representation of color #470290: hue angle of 269.15º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #470290 is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 71 2 144 -
CMYK 0.51 0.99 0 0.44
HSL 269.15º 0.97% 0.29% -
HSV(B) 269.15º 0.99% 0.56% -
XYZ 7.65 3.4 26.64 -
YUV 38.82 187.36 150.95 -
System Red Green Blue C M Y K H S L
Decimal 71 2 144 0.51 0.99 0 0.44 269.15 0.97 0.29
Hex 47 2 90 33 63 0 2C 10D 61 1D
Octal 107 2 220 63 143 0 54 415 141 35
Binary 1000111 10 10010000 110011 1100011 0 101100 100001101 1100001 11101

Color Harmonies of #470290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470290

Black with #470290

Text Example


Text Example

White with #470290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470290; }

 p { color: rgb(71,2,144); }

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

background-color css

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

 a { background-color: rgb(71,2,144); }

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

border-color css

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

 span { border-color: rgb(71,2,144); }

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