Html Css Color HEX #470094 Indigo

📋 copy color: '#470094'

red 71 ◦ green 0 ◦ blue 148

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

Shades of Indigo #470094

Tints of Indigo #470094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 67.58%

R = 32.42%
G = 0%
B = 67.58%

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

#470094 (or 0x470094) is known color: Indigo. HEX triplet: 47, 00 and 94. RGB value is (71,0,148). Sum of RGB (Red+Green+Blue) = 71+0+148=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 148 (58.20% from 255 or 67.58% from 219); Max value from RGB is 148 - color contains mainly: blue. Hex color #470094 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470094 is #B8FF6B. Grayscale: #252525. Windows color (decimal): -12124012 or 9699399. OLE color: 9699399.

HSL color Cylindrical-coordinate representation of color #470094: hue angle of 268.78º 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 #470094 is Cyan = 0.52, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 0 148 -
CMYK 0.52 1 0 0.42
HSL 268.78º 1% 0.29% -
HSV(B) 268.78º 1% 0.58% -
XYZ 7.94 3.48 28.27 -
YUV 38.1 190.02 151.47 -
System Red Green Blue C M Y K H S L
Decimal 71 0 148 0.52 1 0 0.42 268.78 1 0.29
Hex 47 0 94 34 64 0 2A 10D 64 1D
Octal 107 0 224 64 144 0 52 415 144 35
Binary 1000111 0 10010100 110100 1100100 0 101010 100001101 1100100 11101

Color Harmonies of #470094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470094

Black with #470094

Text Example


Text Example

White with #470094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470094; }

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

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

background-color css

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

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

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

border-color css

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

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

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