Html Css Color HEX #471297 Indigo

📋 copy color: '#471297'

red 71 ◦ green 18 ◦ blue 151

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

Shades of Indigo #471297

Tints of Indigo #471297

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.5%

 BLUE value IS 151 (59.38% from 255) = 62.92%

R = 29.58%
G = 7.5%
B = 62.92%

CMYK

 C value IS 0.53

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#471297 (or 0x471297) is known color: Indigo. HEX triplet: 47, 12 and 97. RGB value is (71,18,151). Sum of RGB (Red+Green+Blue) = 71+18+151=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 151 (59.38% from 255 or 62.92% from 240); Max value from RGB is 151 - color contains mainly: blue. Hex color #471297 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471297 is #B8ED68. Grayscale: #303030. Windows color (decimal): -12119401 or 9900615. OLE color: 9900615.

HSL color Cylindrical-coordinate representation of color #471297: hue angle of 263.91º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #471297 is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 71 18 151 -
CMYK 0.53 0.88 0 0.41
HSL 263.91º 0.79% 0.33% -
HSV(B) 263.91º 0.88% 0.59% -
XYZ 8.4 4.01 29.61 -
YUV 49.01 185.56 143.69 -
System Red Green Blue C M Y K H S L
Decimal 71 18 151 0.53 0.88 0 0.41 263.91 0.79 0.33
Hex 47 12 97 35 58 0 29 108 4F 21
Octal 107 22 227 65 130 0 51 410 117 41
Binary 1000111 10010 10010111 110101 1011000 0 101001 100001000 1001111 100001

Color Harmonies of #471297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471297

Black with #471297

Text Example


Text Example

White with #471297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471297; }

 p { color: rgb(71,18,151); }

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

background-color css

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

 a { background-color: rgb(71,18,151); }

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

border-color css

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

 span { border-color: rgb(71,18,151); }

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