Html Css Color HEX #47087C Indigo

📋 copy color: '#47087C'

red 71 ◦ green 8 ◦ blue 124

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

Shades of Indigo #47087C

Tints of Indigo #47087C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.94%

 BLUE value IS 124 (48.83% from 255) = 61.08%

R = 34.98%
G = 3.94%
B = 61.08%

CMYK

 C value IS 0.43

 M value IS 0.94

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#47087C (or 0x47087C) is known color: Indigo. HEX triplet: 47, 08 and 7C. RGB value is (71,8,124). Sum of RGB (Red+Green+Blue) = 71+8+124=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 124 (48.83% from 255 or 61.08% from 203); Max value from RGB is 124 - color contains mainly: blue. Hex color #47087C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47087C is #B8F783. Grayscale: #272727. Windows color (decimal): -12121988 or 8128583. OLE color: 8128583.

HSL color Cylindrical-coordinate representation of color #47087C: hue angle of 272.59º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #47087C is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 8 124 -
CMYK 0.43 0.94 0 0.51
HSL 272.59º 0.88% 0.26% -
HSV(B) 272.59º 0.94% 0.49% -
XYZ 6.32 2.97 19.31 -
YUV 40.06 175.37 150.07 -
System Red Green Blue C M Y K H S L
Decimal 71 8 124 0.43 0.94 0 0.51 272.59 0.88 0.26
Hex 47 8 7C 2B 5E 0 33 111 58 1A
Octal 107 10 174 53 136 0 63 421 130 32
Binary 1000111 1000 1111100 101011 1011110 0 110011 100010001 1011000 11010

Color Harmonies of #47087C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47087C

Black with #47087C

Text Example


Text Example

White with #47087C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47087C; }

 p { color: rgb(71,8,124); }

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

background-color css

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

 a { background-color: rgb(71,8,124); }

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

border-color css

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

 span { border-color: rgb(71,8,124); }

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