Html Css Color HEX #470DAB Indigo

📋 copy color: '#470DAB'

red 71 ◦ green 13 ◦ blue 171

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

Shades of Indigo #470DAB

Tints of Indigo #470DAB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.1%

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

R = 27.84%
G = 5.1%
B = 67.06%

CMYK

 C value IS 0.58

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#470DAB (or 0x470DAB) is known color: Indigo. HEX triplet: 47, 0D and AB. RGB value is (71,13,171). Sum of RGB (Red+Green+Blue) = 71+13+171=255 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.84% from 255); Green value is 13 (5.47% from 255 or 5.10% from 255); Blue value is 171 (67.19% from 255 or 67.06% from 255); Max value from RGB is 171 - color contains mainly: blue. Hex color #470DAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470DAB is #B8F254. Grayscale: #2F2F2F. Windows color (decimal): -12120661 or 11210055. OLE color: 11210055.

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

Color convert

RGB 71 13 171 -
CMYK 0.58 0.92 0 0.33
HSL 262.03º 0.86% 0.36% -
HSV(B) 262.03º 0.92% 0.67% -
XYZ 10.09 4.57 38.88 -
YUV 48.35 197.22 144.15 -
System Red Green Blue C M Y K H S L
Decimal 71 13 171 0.58 0.92 0 0.33 262.03 0.86 0.36
Hex 47 D AB 3A 5C 0 21 106 56 24
Octal 107 15 253 72 134 0 41 406 126 44
Binary 1000111 1101 10101011 111010 1011100 0 100001 100000110 1010110 100100

Color Harmonies of #470DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470DAB

Black with #470DAB

Text Example


Text Example

White with #470DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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