Html Css Color HEX #470362 Indigo

📋 copy color: '#470362'

red 71 ◦ green 3 ◦ blue 98

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

Shades of Indigo #470362

Tints of Indigo #470362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 56.98%

R = 41.28%
G = 1.74%
B = 56.98%

CMYK

 C value IS 0.28

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#470362 (or 0x470362) is known color: Indigo. HEX triplet: 47, 03 and 62. RGB value is (71,3,98). Sum of RGB (Red+Green+Blue) = 71+3+98=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 98 (38.67% from 255 or 56.98% from 172); Max value from RGB is 98 - color contains mainly: blue. Hex color #470362 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470362 is #B8FC9D. Grayscale: #212121. Windows color (decimal): -12123294 or 6423367. OLE color: 6423367.

HSL color Cylindrical-coordinate representation of color #470362: hue angle of 282.95º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #470362 is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 3 98 -
CMYK 0.28 0.97 0 0.62
HSL 282.95º 0.94% 0.2% -
HSV(B) 282.95º 0.97% 0.38% -
XYZ 4.84 2.29 11.74 -
YUV 34.16 164.03 154.28 -
System Red Green Blue C M Y K H S L
Decimal 71 3 98 0.28 0.97 0 0.62 282.95 0.94 0.2
Hex 47 3 62 1C 61 0 3E 11B 5E 14
Octal 107 3 142 34 141 0 76 433 136 24
Binary 1000111 11 1100010 11100 1100001 0 111110 100011011 1011110 10100

Color Harmonies of #470362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470362

Black with #470362

Text Example


Text Example

White with #470362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470362; }

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

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

background-color css

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

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

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

border-color css

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

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

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