Html Css Color HEX #470095 Indigo

📋 copy color: '#470095'

red 71 ◦ green 0 ◦ blue 149

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

Shades of Indigo #470095

Tints of Indigo #470095

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 32.27%
G = 0%
B = 67.73%

CMYK

 C value IS 0.52

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#470095 (or 0x470095) is known color: Indigo. HEX triplet: 47, 00 and 95. RGB value is (71,0,149). Sum of RGB (Red+Green+Blue) = 71+0+149=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 149 (58.59% from 255 or 67.73% from 220); Max value from RGB is 149 - color contains mainly: blue. Hex color #470095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470095 is #B8FF6A. Grayscale: #252525. Windows color (decimal): -12124011 or 9764935. OLE color: 9764935.

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

Color convert

RGB 71 0 149 -
CMYK 0.52 1 0 0.42
HSL 268.59º 1% 0.29% -
HSV(B) 268.59º 1% 0.58% -
XYZ 8.02 3.51 28.69 -
YUV 38.22 190.52 151.38 -
System Red Green Blue C M Y K H S L
Decimal 71 0 149 0.52 1 0 0.42 268.59 1 0.29
Hex 47 0 95 34 64 0 2A 10D 64 1D
Octal 107 0 225 64 144 0 52 415 144 35
Binary 1000111 0 10010101 110100 1100100 0 101010 100001101 1100100 11101

Color Harmonies of #470095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470095

Black with #470095

Text Example


Text Example

White with #470095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470095; }

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

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

background-color css

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

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

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

border-color css

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

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

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