Html Css Color HEX #470194 Indigo

📋 copy color: '#470194'

red 71 ◦ green 1 ◦ blue 148

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

Shades of Indigo #470194

Tints of Indigo #470194

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

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

R = 32.27%
G = 0.45%
B = 67.27%

CMYK

 C value IS 0.52

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#470194 (or 0x470194) is known color: Indigo. HEX triplet: 47, 01 and 94. RGB value is (71,1,148). Sum of RGB (Red+Green+Blue) = 71+1+148=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 148 (58.20% from 255 or 67.27% from 220); Max value from RGB is 148 - color contains mainly: blue. Hex color #470194 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470194 is #B8FE6B. Grayscale: #262626. Windows color (decimal): -12123756 or 9699655. OLE color: 9699655.

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

Color convert

RGB 71 1 148 -
CMYK 0.52 0.99 0 0.42
HSL 268.57º 0.99% 0.29% -
HSV(B) 268.57º 0.99% 0.58% -
XYZ 7.95 3.5 28.27 -
YUV 38.69 189.69 151.05 -
System Red Green Blue C M Y K H S L
Decimal 71 1 148 0.52 0.99 0 0.42 268.57 0.99 0.29
Hex 47 1 94 34 63 0 2A 10D 63 1D
Octal 107 1 224 64 143 0 52 415 143 35
Binary 1000111 1 10010100 110100 1100011 0 101010 100001101 1100011 11101

Color Harmonies of #470194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470194

Black with #470194

Text Example


Text Example

White with #470194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470194; }

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

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

background-color css

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

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

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

border-color css

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

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

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