Html Css Color HEX #470397 Indigo

📋 copy color: '#470397'

red 71 ◦ green 3 ◦ blue 151

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

Shades of Indigo #470397

Tints of Indigo #470397

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.33%

 BLUE value IS 151 (59.38% from 255) = 67.11%

R = 31.56%
G = 1.33%
B = 67.11%

CMYK

 C value IS 0.53

 M value IS 0.98

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#470397 (or 0x470397) is known color: Indigo. HEX triplet: 47, 03 and 97. RGB value is (71,3,151). Sum of RGB (Red+Green+Blue) = 71+3+151=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 151 (59.38% from 255 or 67.11% from 225); Max value from RGB is 151 - color contains mainly: blue. Hex color #470397 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470397 is #B8FC68. Grayscale: #272727. Windows color (decimal): -12123241 or 9896775. OLE color: 9896775.

HSL color Cylindrical-coordinate representation of color #470397: hue angle of 267.57º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #470397 is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 71 3 151 -
CMYK 0.53 0.98 0 0.41
HSL 267.57º 0.96% 0.3% -
HSV(B) 267.57º 0.98% 0.59% -
XYZ 8.22 3.64 29.55 -
YUV 40.2 190.53 149.97 -
System Red Green Blue C M Y K H S L
Decimal 71 3 151 0.53 0.98 0 0.41 267.57 0.96 0.3
Hex 47 3 97 35 62 0 29 10C 60 1E
Octal 107 3 227 65 142 0 51 414 140 36
Binary 1000111 11 10010111 110101 1100010 0 101001 100001100 1100000 11110

Color Harmonies of #470397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470397

Black with #470397

Text Example


Text Example

White with #470397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470397; }

 p { color: rgb(71,3,151); }

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

background-color css

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

 a { background-color: rgb(71,3,151); }

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

border-color css

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

 span { border-color: rgb(71,3,151); }

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