Html Css Color HEX #470BAA Indigo

📋 copy color: '#470BAA'

red 71 ◦ green 11 ◦ blue 170

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

Shades of Indigo #470BAA

Tints of Indigo #470BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 67.46%

R = 28.17%
G = 4.37%
B = 67.46%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#470BAA (or 0x470BAA) is known color: Indigo. HEX triplet: 47, 0B and AA. RGB value is (71,11,170). Sum of RGB (Red+Green+Blue) = 71+11+170=252 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.17% from 252); Green value is 11 (4.69% from 255 or 4.37% from 252); Blue value is 170 (66.80% from 255 or 67.46% from 252); Max value from RGB is 170 - color contains mainly: blue. Hex color #470BAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470BAA is #B8F455. Grayscale: #2E2E2E. Windows color (decimal): -12121174 or 11144007. OLE color: 11144007.

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

Color convert

RGB 71 11 170 -
CMYK 0.58 0.94 0 0.33
HSL 262.64º 0.88% 0.35% -
HSV(B) 262.64º 0.94% 0.67% -
XYZ 9.97 4.48 38.37 -
YUV 47.07 197.38 145.07 -
System Red Green Blue C M Y K H S L
Decimal 71 11 170 0.58 0.94 0 0.33 262.64 0.88 0.35
Hex 47 B AA 3A 5E 0 21 107 58 23
Octal 107 13 252 72 136 0 41 407 130 43
Binary 1000111 1011 10101010 111010 1011110 0 100001 100000111 1011000 100011

Color Harmonies of #470BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470BAA

Black with #470BAA

Text Example


Text Example

White with #470BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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