Html Css Color HEX #470795 Indigo

📋 copy color: '#470795'

red 71 ◦ green 7 ◦ blue 149

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

Shades of Indigo #470795

Tints of Indigo #470795

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.08%

 BLUE value IS 149 (58.59% from 255) = 65.64%

R = 31.28%
G = 3.08%
B = 65.64%

CMYK

 C value IS 0.52

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#470795 (or 0x470795) is known color: Indigo. HEX triplet: 47, 07 and 95. RGB value is (71,7,149). Sum of RGB (Red+Green+Blue) = 71+7+149=227 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.28% from 227); Green value is 7 (3.12% from 255 or 3.08% from 227); Blue value is 149 (58.59% from 255 or 65.64% from 227); Max value from RGB is 149 - color contains mainly: blue. Hex color #470795 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470795 is #B8F86A. Grayscale: #292929. Windows color (decimal): -12122219 or 9766727. OLE color: 9766727.

HSL color Cylindrical-coordinate representation of color #470795: hue angle of 267.04º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #470795 is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 7 149 -
CMYK 0.52 0.95 0 0.42
HSL 267.04º 0.91% 0.31% -
HSV(B) 267.04º 0.95% 0.58% -
XYZ 8.1 3.66 28.71 -
YUV 42.32 188.2 148.45 -
System Red Green Blue C M Y K H S L
Decimal 71 7 149 0.52 0.95 0 0.42 267.04 0.91 0.31
Hex 47 7 95 34 5F 0 2A 10B 5B 1F
Octal 107 7 225 64 137 0 52 413 133 37
Binary 1000111 111 10010101 110100 1011111 0 101010 100001011 1011011 11111

Color Harmonies of #470795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470795

Black with #470795

Text Example


Text Example

White with #470795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470795; }

 p { color: rgb(71,7,149); }

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

background-color css

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

 a { background-color: rgb(71,7,149); }

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

border-color css

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

 span { border-color: rgb(71,7,149); }

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