Html Css Color HEX #470BAE Indigo

📋 copy color: '#470BAE'

red 71 ◦ green 11 ◦ blue 174

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

Shades of Indigo #470BAE

Tints of Indigo #470BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 67.97%

R = 27.73%
G = 4.3%
B = 67.97%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#470BAE (or 0x470BAE) is known color: Indigo. HEX triplet: 47, 0B and AE. RGB value is (71,11,174). Sum of RGB (Red+Green+Blue) = 71+11+174=256 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.73% from 256); Green value is 11 (4.69% from 255 or 4.30% from 256); Blue value is 174 (68.36% from 255 or 67.97% from 256); Max value from RGB is 174 - color contains mainly: blue. Hex color #470BAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470BAE is #B8F451. Grayscale: #2E2E2E. Windows color (decimal): -12121170 or 11406151. OLE color: 11406151.

HSL color Cylindrical-coordinate representation of color #470BAE: hue angle of 262.09º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #470BAE is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 71 11 174 -
CMYK 0.59 0.94 0 0.32
HSL 262.09º 0.88% 0.36% -
HSV(B) 262.09º 0.94% 0.68% -
XYZ 10.36 4.63 40.39 -
YUV 47.52 199.38 144.75 -
System Red Green Blue C M Y K H S L
Decimal 71 11 174 0.59 0.94 0 0.32 262.09 0.88 0.36
Hex 47 B AE 3B 5E 0 20 106 58 24
Octal 107 13 256 73 136 0 40 406 130 44
Binary 1000111 1011 10101110 111011 1011110 0 100000 100000110 1011000 100100

Color Harmonies of #470BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470BAE

Black with #470BAE

Text Example


Text Example

White with #470BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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