Html Css Color HEX #47009A Indigo

📋 copy color: '#47009A'

red 71 ◦ green 0 ◦ blue 154

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

Shades of Indigo #47009A

Tints of Indigo #47009A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 68.44%

R = 31.56%
G = 0%
B = 68.44%

CMYK

 C value IS 0.54

 M value IS 1

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#47009A (or 0x47009A) is known color: Indigo. HEX triplet: 47, 00 and 9A. RGB value is (71,0,154). Sum of RGB (Red+Green+Blue) = 71+0+154=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 154 (60.55% from 255 or 68.44% from 225); Max value from RGB is 154 - color contains mainly: blue. Hex color #47009A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47009A is #B8FF65. Grayscale: #262626. Windows color (decimal): -12124006 or 10092615. OLE color: 10092615.

HSL color Cylindrical-coordinate representation of color #47009A: hue angle of 267.66º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #47009A is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 71 0 154 -
CMYK 0.54 1 0 0.40
HSL 267.66º 1% 0.3% -
HSV(B) 267.66º 1% 0.6% -
XYZ 8.43 3.67 30.84 -
YUV 38.79 193.02 150.98 -
System Red Green Blue C M Y K H S L
Decimal 71 0 154 0.54 1 0 0.40 267.66 1 0.3
Hex 47 0 9A 36 64 0 28 10C 64 1E
Octal 107 0 232 66 144 0 50 414 144 36
Binary 1000111 0 10011010 110110 1100100 0 101000 100001100 1100100 11110

Color Harmonies of #47009A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47009A

Black with #47009A

Text Example


Text Example

White with #47009A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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