Html Css Color HEX #470396 Indigo

📋 copy color: '#470396'

red 71 ◦ green 3 ◦ blue 150

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

Shades of Indigo #470396

Tints of Indigo #470396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 66.96%

R = 31.7%
G = 1.34%
B = 66.96%

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

#470396 (or 0x470396) is known color: Indigo. HEX triplet: 47, 03 and 96. RGB value is (71,3,150). Sum of RGB (Red+Green+Blue) = 71+3+150=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 150 (58.98% from 255 or 66.96% from 224); Max value from RGB is 150 - color contains mainly: blue. Hex color #470396 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470396 is #B8FC69. Grayscale: #272727. Windows color (decimal): -12123242 or 9831239. OLE color: 9831239.

HSL color Cylindrical-coordinate representation of color #470396: hue angle of 267.76º 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 #470396 is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 71 3 150 -
CMYK 0.53 0.98 0 0.41
HSL 267.76º 0.96% 0.3% -
HSV(B) 267.76º 0.98% 0.59% -
XYZ 8.14 3.61 29.12 -
YUV 40.09 190.03 150.05 -
System Red Green Blue C M Y K H S L
Decimal 71 3 150 0.53 0.98 0 0.41 267.76 0.96 0.3
Hex 47 3 96 35 62 0 29 10C 60 1E
Octal 107 3 226 65 142 0 51 414 140 36
Binary 1000111 11 10010110 110101 1100010 0 101001 100001100 1100000 11110

Color Harmonies of #470396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470396

Black with #470396

Text Example


Text Example

White with #470396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470396; }

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

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

background-color css

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

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

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

border-color css

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

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

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