Html Css Color HEX #470294 Indigo

📋 copy color: '#470294'

red 71 ◦ green 2 ◦ blue 148

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

Shades of Indigo #470294

Tints of Indigo #470294

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.9%

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

R = 32.13%
G = 0.9%
B = 66.97%

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

#470294 (or 0x470294) is known color: Indigo. HEX triplet: 47, 02 and 94. RGB value is (71,2,148). Sum of RGB (Red+Green+Blue) = 71+2+148=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 148 (58.20% from 255 or 66.97% from 221); Max value from RGB is 148 - color contains mainly: blue. Hex color #470294 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470294 is #B8FD6B. Grayscale: #262626. Windows color (decimal): -12123500 or 9699911. OLE color: 9699911.

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

Color convert

RGB 71 2 148 -
CMYK 0.52 0.99 0 0.42
HSL 268.36º 0.97% 0.29% -
HSV(B) 268.36º 0.99% 0.58% -
XYZ 7.97 3.52 28.28 -
YUV 39.28 189.36 150.63 -
System Red Green Blue C M Y K H S L
Decimal 71 2 148 0.52 0.99 0 0.42 268.36 0.97 0.29
Hex 47 2 94 34 63 0 2A 10C 61 1D
Octal 107 2 224 64 143 0 52 414 141 35
Binary 1000111 10 10010100 110100 1100011 0 101010 100001100 1100001 11101

Color Harmonies of #470294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470294

Black with #470294

Text Example


Text Example

White with #470294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470294; }

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

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

background-color css

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

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

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

border-color css

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

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

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