Html Css Color HEX #471294 Indigo

📋 copy color: '#471294'

red 71 ◦ green 18 ◦ blue 148

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

Shades of Indigo #471294

Tints of Indigo #471294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 62.45%

R = 29.96%
G = 7.59%
B = 62.45%

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

#471294 (or 0x471294) is known color: Indigo. HEX triplet: 47, 12 and 94. RGB value is (71,18,148). Sum of RGB (Red+Green+Blue) = 71+18+148=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 148 (58.20% from 255 or 62.45% from 237); Max value from RGB is 148 - color contains mainly: blue. Hex color #471294 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471294 is #B8ED6B. Grayscale: #303030. Windows color (decimal): -12119404 or 9704007. OLE color: 9704007.

HSL color Cylindrical-coordinate representation of color #471294: hue angle of 264.46º 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 #471294 is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 18 148 -
CMYK 0.52 0.88 0 0.42
HSL 264.46º 0.78% 0.33% -
HSV(B) 264.46º 0.88% 0.58% -
XYZ 8.16 3.91 28.34 -
YUV 48.67 184.06 143.93 -
System Red Green Blue C M Y K H S L
Decimal 71 18 148 0.52 0.88 0 0.42 264.46 0.78 0.33
Hex 47 12 94 34 58 0 2A 108 4E 21
Octal 107 22 224 64 130 0 52 410 116 41
Binary 1000111 10010 10010100 110100 1011000 0 101010 100001000 1001110 100001

Color Harmonies of #471294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471294

Black with #471294

Text Example


Text Example

White with #471294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471294; }

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

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

background-color css

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

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

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

border-color css

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

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

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