Html Css Color HEX #470FAB Indigo

📋 copy color: '#470FAB'

red 71 ◦ green 15 ◦ blue 171

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

Shades of Indigo #470FAB

Tints of Indigo #470FAB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.84%

 BLUE value IS 171 (67.19% from 255) = 66.54%

R = 27.63%
G = 5.84%
B = 66.54%

CMYK

 C value IS 0.58

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#470FAB (or 0x470FAB) is known color: Indigo. HEX triplet: 47, 0F and AB. RGB value is (71,15,171). Sum of RGB (Red+Green+Blue) = 71+15+171=257 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.63% from 257); Green value is 15 (6.25% from 255 or 5.84% from 257); Blue value is 171 (67.19% from 255 or 66.54% from 257); Max value from RGB is 171 - color contains mainly: blue. Hex color #470FAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470FAB is #B8F054. Grayscale: #303030. Windows color (decimal): -12120149 or 11210567. OLE color: 11210567.

HSL color Cylindrical-coordinate representation of color #470FAB: hue angle of 261.54º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #470FAB is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 15 171 -
CMYK 0.58 0.91 0 0.33
HSL 261.54º 0.84% 0.36% -
HSV(B) 261.54º 0.91% 0.67% -
XYZ 10.12 4.62 38.89 -
YUV 49.53 196.55 143.32 -
System Red Green Blue C M Y K H S L
Decimal 71 15 171 0.58 0.91 0 0.33 261.54 0.84 0.36
Hex 47 F AB 3A 5B 0 21 106 54 24
Octal 107 17 253 72 133 0 41 406 124 44
Binary 1000111 1111 10101011 111010 1011011 0 100001 100000110 1010100 100100

Color Harmonies of #470FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470FAB

Black with #470FAB

Text Example


Text Example

White with #470FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,15,171); }

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

background-color css

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

 a { background-color: rgb(71,15,171); }

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

border-color css

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

 span { border-color: rgb(71,15,171); }

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