Html Css Color HEX #47009E Indigo

📋 copy color: '#47009E'

red 71 ◦ green 0 ◦ blue 158

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

Shades of Indigo #47009E

Tints of Indigo #47009E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 69%

R = 31%
G = 0%
B = 69%

CMYK

 C value IS 0.55

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#47009E (or 0x47009E) is known color: Indigo. HEX triplet: 47, 00 and 9E. RGB value is (71,0,158). Sum of RGB (Red+Green+Blue) = 71+0+158=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 158 (62.11% from 255 or 69.00% from 229); Max value from RGB is 158 - color contains mainly: blue. Hex color #47009E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47009E is #B8FF61. Grayscale: #262626. Windows color (decimal): -12124002 or 10354759. OLE color: 10354759.

HSL color Cylindrical-coordinate representation of color #47009E: hue angle of 266.96º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #47009E is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 0 158 -
CMYK 0.55 1 0 0.38
HSL 266.96º 1% 0.31% -
HSV(B) 266.96º 1% 0.62% -
XYZ 8.77 3.81 32.62 -
YUV 39.24 195.02 150.65 -
System Red Green Blue C M Y K H S L
Decimal 71 0 158 0.55 1 0 0.38 266.96 1 0.31
Hex 47 0 9E 37 64 0 26 10B 64 1F
Octal 107 0 236 67 144 0 46 413 144 37
Binary 1000111 0 10011110 110111 1100100 0 100110 100001011 1100100 11111

Color Harmonies of #47009E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47009E

Black with #47009E

Text Example


Text Example

White with #47009E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47009E; }

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

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

background-color css

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

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

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

border-color css

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

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

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