Html Css Color HEX #470B7D Indigo

📋 copy color: '#470B7D'

red 71 ◦ green 11 ◦ blue 125

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

Shades of Indigo #470B7D

Tints of Indigo #470B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 60.39%

R = 34.3%
G = 5.31%
B = 60.39%

CMYK

 C value IS 0.43

 M value IS 0.91

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#470B7D (or 0x470B7D) is known color: Indigo. HEX triplet: 47, 0B and 7D. RGB value is (71,11,125). Sum of RGB (Red+Green+Blue) = 71+11+125=207 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.30% from 207); Green value is 11 (4.69% from 255 or 5.31% from 207); Blue value is 125 (49.22% from 255 or 60.39% from 207); Max value from RGB is 125 - color contains mainly: blue. Hex color #470B7D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470B7D is #B8F482. Grayscale: #292929. Windows color (decimal): -12121219 or 8194887. OLE color: 8194887.

HSL color Cylindrical-coordinate representation of color #470B7D: hue angle of 271.58º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #470B7D is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 11 125 -
CMYK 0.43 0.91 0 0.51
HSL 271.58º 0.84% 0.27% -
HSV(B) 271.58º 0.91% 0.49% -
XYZ 6.42 3.06 19.65 -
YUV 41.94 174.88 148.73 -
System Red Green Blue C M Y K H S L
Decimal 71 11 125 0.43 0.91 0 0.51 271.58 0.84 0.27
Hex 47 B 7D 2B 5B 0 33 110 54 1B
Octal 107 13 175 53 133 0 63 420 124 33
Binary 1000111 1011 1111101 101011 1011011 0 110011 100010000 1010100 11011

Color Harmonies of #470B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470B7D

Black with #470B7D

Text Example


Text Example

White with #470B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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