Html Css Color HEX #470962 Indigo

📋 copy color: '#470962'

red 71 ◦ green 9 ◦ blue 98

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

Shades of Indigo #470962

Tints of Indigo #470962

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.06%

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

R = 39.89%
G = 5.06%
B = 55.06%

CMYK

 C value IS 0.28

 M value IS 0.91

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#470962 (or 0x470962) is known color: Indigo. HEX triplet: 47, 09 and 62. RGB value is (71,9,98). Sum of RGB (Red+Green+Blue) = 71+9+98=178 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.89% from 178); Green value is 9 (3.91% from 255 or 5.06% from 178); Blue value is 98 (38.67% from 255 or 55.06% from 178); Max value from RGB is 98 - color contains mainly: blue. Hex color #470962 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470962 is #B8F69D. Grayscale: #252525. Windows color (decimal): -12121758 or 6424903. OLE color: 6424903.

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

Color convert

RGB 71 9 98 -
CMYK 0.28 0.91 0 0.62
HSL 281.8º 0.83% 0.21% -
HSV(B) 281.8º 0.91% 0.38% -
XYZ 4.9 2.42 11.76 -
YUV 37.68 162.04 151.76 -
System Red Green Blue C M Y K H S L
Decimal 71 9 98 0.28 0.91 0 0.62 281.8 0.83 0.21
Hex 47 9 62 1C 5B 0 3E 11A 53 15
Octal 107 11 142 34 133 0 76 432 123 25
Binary 1000111 1001 1100010 11100 1011011 0 111110 100011010 1010011 10101

Color Harmonies of #470962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470962

Black with #470962

Text Example


Text Example

White with #470962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470962; }

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

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

background-color css

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

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

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

border-color css

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

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

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