Html Css Color HEX #470A9F Indigo

📋 copy color: '#470A9F'

red 71 ◦ green 10 ◦ blue 159

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

Shades of Indigo #470A9F

Tints of Indigo #470A9F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.17%

 BLUE value IS 159 (62.5% from 255) = 66.25%

R = 29.58%
G = 4.17%
B = 66.25%

CMYK

 C value IS 0.55

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#470A9F (or 0x470A9F) is known color: Indigo. HEX triplet: 47, 0A and 9F. RGB value is (71,10,159). Sum of RGB (Red+Green+Blue) = 71+10+159=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 10 (4.30% from 255 or 4.17% from 240); Blue value is 159 (62.5% from 255 or 66.25% from 240); Max value from RGB is 159 - color contains mainly: blue. Hex color #470A9F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470A9F is #B8F560. Grayscale: #2C2C2C. Windows color (decimal): -12121441 or 10422855. OLE color: 10422855.

HSL color Cylindrical-coordinate representation of color #470A9F: hue angle of 264.56º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #470A9F is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 10 159 -
CMYK 0.55 0.94 0 0.38
HSL 264.56º 0.88% 0.33% -
HSV(B) 264.56º 0.94% 0.62% -
XYZ 8.97 4.06 33.11 -
YUV 45.23 192.21 146.38 -
System Red Green Blue C M Y K H S L
Decimal 71 10 159 0.55 0.94 0 0.38 264.56 0.88 0.33
Hex 47 A 9F 37 5E 0 26 109 58 21
Octal 107 12 237 67 136 0 46 411 130 41
Binary 1000111 1010 10011111 110111 1011110 0 100110 100001001 1011000 100001

Color Harmonies of #470A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470A9F

Black with #470A9F

Text Example


Text Example

White with #470A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470A9F; }

 p { color: rgb(71,10,159); }

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

background-color css

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

 a { background-color: rgb(71,10,159); }

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

border-color css

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

 span { border-color: rgb(71,10,159); }

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