Html Css Color HEX #470295 Indigo

📋 copy color: '#470295'

red 71 ◦ green 2 ◦ blue 149

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

Shades of Indigo #470295

Tints of Indigo #470295

RGB

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

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

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

R = 31.98%
G = 0.9%
B = 67.12%

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

#470295 (or 0x470295) is known color: Indigo. HEX triplet: 47, 02 and 95. RGB value is (71,2,149). Sum of RGB (Red+Green+Blue) = 71+2+149=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 149 (58.59% from 255 or 67.12% from 222); Max value from RGB is 149 - color contains mainly: blue. Hex color #470295 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470295 is #B8FD6A. Grayscale: #262626. Windows color (decimal): -12123499 or 9765447. OLE color: 9765447.

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

Color convert

RGB 71 2 149 -
CMYK 0.52 0.99 0 0.42
HSL 268.16º 0.97% 0.3% -
HSV(B) 268.16º 0.99% 0.58% -
XYZ 8.05 3.55 28.7 -
YUV 39.39 189.86 150.55 -
System Red Green Blue C M Y K H S L
Decimal 71 2 149 0.52 0.99 0 0.42 268.16 0.97 0.3
Hex 47 2 95 34 63 0 2A 10C 61 1E
Octal 107 2 225 64 143 0 52 414 141 36
Binary 1000111 10 10010101 110100 1100011 0 101010 100001100 1100001 11110

Color Harmonies of #470295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470295

Black with #470295

Text Example


Text Example

White with #470295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470295; }

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

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

background-color css

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

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

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

border-color css

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

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

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