Html Css Color HEX #47087A Indigo

📋 copy color: '#47087A'

red 71 ◦ green 8 ◦ blue 122

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

Shades of Indigo #47087A

Tints of Indigo #47087A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 60.7%

R = 35.32%
G = 3.98%
B = 60.7%

CMYK

 C value IS 0.42

 M value IS 0.93

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#47087A (or 0x47087A) is known color: Indigo. HEX triplet: 47, 08 and 7A. RGB value is (71,8,122). Sum of RGB (Red+Green+Blue) = 71+8+122=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 122 (48.05% from 255 or 60.70% from 201); Max value from RGB is 122 - color contains mainly: blue. Hex color #47087A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47087A is #B8F785. Grayscale: #272727. Windows color (decimal): -12121990 or 7997511. OLE color: 7997511.

HSL color Cylindrical-coordinate representation of color #47087A: hue angle of 273.16º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #47087A is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 71 8 122 -
CMYK 0.42 0.93 0 0.52
HSL 273.16º 0.88% 0.25% -
HSV(B) 273.16º 0.93% 0.48% -
XYZ 6.2 2.92 18.65 -
YUV 39.83 174.37 150.23 -
System Red Green Blue C M Y K H S L
Decimal 71 8 122 0.42 0.93 0 0.52 273.16 0.88 0.25
Hex 47 8 7A 2A 5D 0 34 111 58 19
Octal 107 10 172 52 135 0 64 421 130 31
Binary 1000111 1000 1111010 101010 1011101 0 110100 100010001 1011000 11001

Color Harmonies of #47087A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47087A

Black with #47087A

Text Example


Text Example

White with #47087A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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