Html Css Color HEX #470B82 Indigo

📋 copy color: '#470B82'

red 71 ◦ green 11 ◦ blue 130

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

Shades of Indigo #470B82

Tints of Indigo #470B82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 61.32%

R = 33.49%
G = 5.19%
B = 61.32%

CMYK

 C value IS 0.45

 M value IS 0.92

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#470B82 (or 0x470B82) is known color: Indigo. HEX triplet: 47, 0B and 82. RGB value is (71,11,130). Sum of RGB (Red+Green+Blue) = 71+11+130=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 11 (4.69% from 255 or 5.19% from 212); Blue value is 130 (51.17% from 255 or 61.32% from 212); Max value from RGB is 130 - color contains mainly: blue. Hex color #470B82 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470B82 is #B8F47D. Grayscale: #2A2A2A. Windows color (decimal): -12121214 or 8522567. OLE color: 8522567.

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

Color convert

RGB 71 11 130 -
CMYK 0.45 0.92 0 0.49
HSL 270.25º 0.84% 0.28% -
HSV(B) 270.25º 0.92% 0.51% -
XYZ 6.75 3.19 21.38 -
YUV 42.51 177.38 148.32 -
System Red Green Blue C M Y K H S L
Decimal 71 11 130 0.45 0.92 0 0.49 270.25 0.84 0.28
Hex 47 B 82 2D 5C 0 31 10E 54 1C
Octal 107 13 202 55 134 0 61 416 124 34
Binary 1000111 1011 10000010 101101 1011100 0 110001 100001110 1010100 11100

Color Harmonies of #470B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470B82

Black with #470B82

Text Example


Text Example

White with #470B82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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