Html Css Color HEX #470293 Indigo

📋 copy color: '#470293'

red 71 ◦ green 2 ◦ blue 147

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

Shades of Indigo #470293

Tints of Indigo #470293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 66.82%

R = 32.27%
G = 0.91%
B = 66.82%

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

#470293 (or 0x470293) is known color: Indigo. HEX triplet: 47, 02 and 93. RGB value is (71,2,147). Sum of RGB (Red+Green+Blue) = 71+2+147=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 147 (57.81% from 255 or 66.82% from 220); Max value from RGB is 147 - color contains mainly: blue. Hex color #470293 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470293 is #B8FD6C. Grayscale: #262626. Windows color (decimal): -12123501 or 9634375. OLE color: 9634375.

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

Color convert

RGB 71 2 147 -
CMYK 0.52 0.99 0 0.42
HSL 268.55º 0.97% 0.29% -
HSV(B) 268.55º 0.99% 0.58% -
XYZ 7.89 3.49 27.86 -
YUV 39.16 188.86 150.71 -
System Red Green Blue C M Y K H S L
Decimal 71 2 147 0.52 0.99 0 0.42 268.55 0.97 0.29
Hex 47 2 93 34 63 0 2A 10D 61 1D
Octal 107 2 223 64 143 0 52 415 141 35
Binary 1000111 10 10010011 110100 1100011 0 101010 100001101 1100001 11101

Color Harmonies of #470293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470293

Black with #470293

Text Example


Text Example

White with #470293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470293; }

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

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

background-color css

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

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

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

border-color css

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

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

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