Html Css Color HEX #471694 Indigo

📋 copy color: '#471694'

red 71 ◦ green 22 ◦ blue 148

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

Shades of Indigo #471694

Tints of Indigo #471694

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.13%

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

R = 29.46%
G = 9.13%
B = 61.41%

CMYK

 C value IS 0.52

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#471694 (or 0x471694) is known color: Indigo. HEX triplet: 47, 16 and 94. RGB value is (71,22,148). Sum of RGB (Red+Green+Blue) = 71+22+148=241 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.46% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 148 (58.20% from 255 or 61.41% from 241); Max value from RGB is 148 - color contains mainly: blue. Hex color #471694 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471694 is #B8E96B. Grayscale: #323232. Windows color (decimal): -12118380 or 9705031. OLE color: 9705031.

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

Color convert

RGB 71 22 148 -
CMYK 0.52 0.85 0 0.42
HSL 263.33º 0.74% 0.33% -
HSV(B) 263.33º 0.85% 0.58% -
XYZ 8.23 4.05 28.37 -
YUV 51.02 182.73 142.25 -
System Red Green Blue C M Y K H S L
Decimal 71 22 148 0.52 0.85 0 0.42 263.33 0.74 0.33
Hex 47 16 94 34 55 0 2A 107 4A 21
Octal 107 26 224 64 125 0 52 407 112 41
Binary 1000111 10110 10010100 110100 1010101 0 101010 100000111 1001010 100001

Color Harmonies of #471694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471694

Black with #471694

Text Example


Text Example

White with #471694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471694; }

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

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

background-color css

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

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

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

border-color css

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

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

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