Html Css Color HEX #471295 Indigo

📋 copy color: '#471295'

red 71 ◦ green 18 ◦ blue 149

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

Shades of Indigo #471295

Tints of Indigo #471295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 62.61%

R = 29.83%
G = 7.56%
B = 62.61%

CMYK

 C value IS 0.52

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#471295 (or 0x471295) is known color: Indigo. HEX triplet: 47, 12 and 95. RGB value is (71,18,149). Sum of RGB (Red+Green+Blue) = 71+18+149=238 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.83% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 149 (58.59% from 255 or 62.61% from 238); Max value from RGB is 149 - color contains mainly: blue. Hex color #471295 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471295 is #B8ED6A. Grayscale: #303030. Windows color (decimal): -12119403 or 9769543. OLE color: 9769543.

HSL color Cylindrical-coordinate representation of color #471295: hue angle of 264.27º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #471295 is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 18 149 -
CMYK 0.52 0.88 0 0.42
HSL 264.27º 0.78% 0.33% -
HSV(B) 264.27º 0.88% 0.58% -
XYZ 8.24 3.94 28.76 -
YUV 48.78 184.56 143.85 -
System Red Green Blue C M Y K H S L
Decimal 71 18 149 0.52 0.88 0 0.42 264.27 0.78 0.33
Hex 47 12 95 34 58 0 2A 108 4E 21
Octal 107 22 225 64 130 0 52 410 116 41
Binary 1000111 10010 10010101 110100 1011000 0 101010 100001000 1001110 100001

Color Harmonies of #471295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471295

Black with #471295

Text Example


Text Example

White with #471295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471295; }

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

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

background-color css

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

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

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

border-color css

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

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

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