Html Css Color HEX #470BA5 Indigo

📋 copy color: '#470BA5'

red 71 ◦ green 11 ◦ blue 165

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

Shades of Indigo #470BA5

Tints of Indigo #470BA5

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.45%

 BLUE value IS 165 (64.84% from 255) = 66.8%

R = 28.74%
G = 4.45%
B = 66.8%

CMYK

 C value IS 0.57

 M value IS 0.93

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#470BA5 (or 0x470BA5) is known color: Indigo. HEX triplet: 47, 0B and A5. RGB value is (71,11,165). Sum of RGB (Red+Green+Blue) = 71+11+165=247 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.74% from 247); Green value is 11 (4.69% from 255 or 4.45% from 247); Blue value is 165 (64.84% from 255 or 66.80% from 247); Max value from RGB is 165 - color contains mainly: blue. Hex color #470BA5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470BA5 is #B8F45A. Grayscale: #2D2D2D. Windows color (decimal): -12121179 or 10816327. OLE color: 10816327.

HSL color Cylindrical-coordinate representation of color #470BA5: hue angle of 263.38º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #470BA5 is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 71 11 165 -
CMYK 0.57 0.93 0 0.35
HSL 263.38º 0.88% 0.35% -
HSV(B) 263.38º 0.93% 0.65% -
XYZ 9.51 4.3 35.93 -
YUV 46.5 194.88 145.48 -
System Red Green Blue C M Y K H S L
Decimal 71 11 165 0.57 0.93 0 0.35 263.38 0.88 0.35
Hex 47 B A5 39 5D 0 23 107 58 23
Octal 107 13 245 71 135 0 43 407 130 43
Binary 1000111 1011 10100101 111001 1011101 0 100011 100000111 1011000 100011

Color Harmonies of #470BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470BA5

Black with #470BA5

Text Example


Text Example

White with #470BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,11,165); }

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

background-color css

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

 a { background-color: rgb(71,11,165); }

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

border-color css

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

 span { border-color: rgb(71,11,165); }

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