Html Css Color HEX #470B6B Indigo

📋 copy color: '#470B6B'

red 71 ◦ green 11 ◦ blue 107

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

Shades of Indigo #470B6B

Tints of Indigo #470B6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 56.61%

R = 37.57%
G = 5.82%
B = 56.61%

CMYK

 C value IS 0.34

 M value IS 0.90

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#470B6B (or 0x470B6B) is known color: Indigo. HEX triplet: 47, 0B and 6B. RGB value is (71,11,107). Sum of RGB (Red+Green+Blue) = 71+11+107=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 11 (4.69% from 255 or 5.82% from 189); Blue value is 107 (42.19% from 255 or 56.61% from 189); Max value from RGB is 107 - color contains mainly: blue. Hex color #470B6B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470B6B is #B8F494. Grayscale: #272727. Windows color (decimal): -12121237 or 7015239. OLE color: 7015239.

HSL color Cylindrical-coordinate representation of color #470B6B: hue angle of 277.5º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #470B6B is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 71 11 107 -
CMYK 0.34 0.90 0 0.58
HSL 277.5º 0.81% 0.23% -
HSV(B) 277.5º 0.9% 0.42% -
XYZ 5.37 2.64 14.14 -
YUV 39.88 165.88 150.19 -
System Red Green Blue C M Y K H S L
Decimal 71 11 107 0.34 0.90 0 0.58 277.5 0.81 0.23
Hex 47 B 6B 22 5A 0 3A 116 51 17
Octal 107 13 153 42 132 0 72 426 121 27
Binary 1000111 1011 1101011 100010 1011010 0 111010 100010110 1010001 10111

Color Harmonies of #470B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470B6B

Black with #470B6B

Text Example


Text Example

White with #470B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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