Html Css Color HEX #47006D Indigo

📋 copy color: '#47006D'

red 71 ◦ green 0 ◦ blue 109

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

Shades of Indigo #47006D

Tints of Indigo #47006D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 60.56%

R = 39.44%
G = 0%
B = 60.56%

CMYK

 C value IS 0.35

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#47006D (or 0x47006D) is known color: Indigo. HEX triplet: 47, 00 and 6D. RGB value is (71,0,109). Sum of RGB (Red+Green+Blue) = 71+0+109=180 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.44% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 109 (42.97% from 255 or 60.56% from 180); Max value from RGB is 109 - color contains mainly: blue. Hex color #47006D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47006D is #B8FF92. Grayscale: #212121. Windows color (decimal): -12124051 or 7143495. OLE color: 7143495.

HSL color Cylindrical-coordinate representation of color #47006D: hue angle of 279.08º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #47006D is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 71 0 109 -
CMYK 0.35 1 0 0.57
HSL 279.08º 1% 0.21% -
HSV(B) 279.08º 1% 0.43% -
XYZ 5.36 2.44 14.66 -
YUV 33.66 170.52 154.64 -
System Red Green Blue C M Y K H S L
Decimal 71 0 109 0.35 1 0 0.57 279.08 1 0.21
Hex 47 0 6D 23 64 0 39 117 64 15
Octal 107 0 155 43 144 0 71 427 144 25
Binary 1000111 0 1101101 100011 1100100 0 111001 100010111 1100100 10101

Color Harmonies of #47006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47006D

Black with #47006D

Text Example


Text Example

White with #47006D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47006D; }

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

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

background-color css

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

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

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

border-color css

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

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

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