Html Css Color HEX #470995 Indigo

📋 copy color: '#470995'

red 71 ◦ green 9 ◦ blue 149

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

Shades of Indigo #470995

Tints of Indigo #470995

RGB

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

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

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

R = 31%
G = 3.93%
B = 65.07%

CMYK

 C value IS 0.52

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#470995 (or 0x470995) is known color: Indigo. HEX triplet: 47, 09 and 95. RGB value is (71,9,149). Sum of RGB (Red+Green+Blue) = 71+9+149=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 149 (58.59% from 255 or 65.07% from 229); Max value from RGB is 149 - color contains mainly: blue. Hex color #470995 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470995 is #B8F66A. Grayscale: #2B2B2B. Windows color (decimal): -12121707 or 9767239. OLE color: 9767239.

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

Color convert

RGB 71 9 149 -
CMYK 0.52 0.94 0 0.42
HSL 266.57º 0.89% 0.31% -
HSV(B) 266.57º 0.94% 0.58% -
XYZ 8.12 3.7 28.72 -
YUV 43.5 187.54 147.62 -
System Red Green Blue C M Y K H S L
Decimal 71 9 149 0.52 0.94 0 0.42 266.57 0.89 0.31
Hex 47 9 95 34 5E 0 2A 10B 59 1F
Octal 107 11 225 64 136 0 52 413 131 37
Binary 1000111 1001 10010101 110100 1011110 0 101010 100001011 1011001 11111

Color Harmonies of #470995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470995

Black with #470995

Text Example


Text Example

White with #470995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470995; }

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

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

background-color css

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

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

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

border-color css

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

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

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