Html Css Color HEX #4710A2 Indigo

📋 copy color: '#4710A2'

red 71 ◦ green 16 ◦ blue 162

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

Shades of Indigo #4710A2

Tints of Indigo #4710A2

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.43%

 BLUE value IS 162 (63.67% from 255) = 65.06%

R = 28.51%
G = 6.43%
B = 65.06%

CMYK

 C value IS 0.56

 M value IS 0.90

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4710A2 (or 0x4710A2) is known color: Indigo. HEX triplet: 47, 10 and A2. RGB value is (71,16,162). Sum of RGB (Red+Green+Blue) = 71+16+162=249 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.51% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 162 (63.67% from 255 or 65.06% from 249); Max value from RGB is 162 - color contains mainly: blue. Hex color #4710A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4710A2 is #B8EF5D. Grayscale: #303030. Windows color (decimal): -12119902 or 10620999. OLE color: 10620999.

HSL color Cylindrical-coordinate representation of color #4710A2: hue angle of 262.6º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4710A2 is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 71 16 162 -
CMYK 0.56 0.90 0 0.36
HSL 262.6º 0.82% 0.35% -
HSV(B) 262.6º 0.9% 0.64% -
XYZ 9.31 4.32 34.53 -
YUV 49.09 191.72 143.63 -
System Red Green Blue C M Y K H S L
Decimal 71 16 162 0.56 0.90 0 0.36 262.6 0.82 0.35
Hex 47 10 A2 38 5A 0 24 107 52 23
Octal 107 20 242 70 132 0 44 407 122 43
Binary 1000111 10000 10100010 111000 1011010 0 100100 100000111 1010010 100011

Color Harmonies of #4710A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4710A2

Black with #4710A2

Text Example


Text Example

White with #4710A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4710A2; }

 p { color: rgb(71,16,162); }

 H1.HeaderClassName
 {
   color: #4710A2;
 }
 .AnyTagClassName
 {
   color: #4710A2;
 }
</style>

background-color css

<style>
 a { background-color: #4710A2; }

 a { background-color: rgb(71,16,162); }

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

border-color css

<style>
 span { border-color: #4710A2; }

 span { border-color: rgb(71,16,162); }

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