Html Css Color HEX #47109B Indigo

📋 copy color: '#47109B'

red 71 ◦ green 16 ◦ blue 155

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

Shades of Indigo #47109B

Tints of Indigo #47109B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.61%

 BLUE value IS 155 (60.94% from 255) = 64.05%

R = 29.34%
G = 6.61%
B = 64.05%

CMYK

 C value IS 0.54

 M value IS 0.90

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#47109B (or 0x47109B) is known color: Indigo. HEX triplet: 47, 10 and 9B. RGB value is (71,16,155). Sum of RGB (Red+Green+Blue) = 71+16+155=242 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.34% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 155 (60.94% from 255 or 64.05% from 242); Max value from RGB is 155 - color contains mainly: blue. Hex color #47109B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47109B is #B8EF64. Grayscale: #2F2F2F. Windows color (decimal): -12119909 or 10162247. OLE color: 10162247.

HSL color Cylindrical-coordinate representation of color #47109B: hue angle of 263.74º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #47109B is Cyan = 0.54, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 71 16 155 -
CMYK 0.54 0.90 0 0.39
HSL 263.74º 0.81% 0.34% -
HSV(B) 263.74º 0.9% 0.61% -
XYZ 8.7 4.08 31.34 -
YUV 48.29 188.22 144.2 -
System Red Green Blue C M Y K H S L
Decimal 71 16 155 0.54 0.90 0 0.39 263.74 0.81 0.34
Hex 47 10 9B 36 5A 0 27 108 51 22
Octal 107 20 233 66 132 0 47 410 121 42
Binary 1000111 10000 10011011 110110 1011010 0 100111 100001000 1010001 100010

Color Harmonies of #47109B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47109B

Black with #47109B

Text Example


Text Example

White with #47109B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47109B; }

 p { color: rgb(71,16,155); }

 H1.HeaderClassName
 {
   color: #47109B;
 }
 .AnyTagClassName
 {
   color: #47109B;
 }
</style>

background-color css

<style>
 a { background-color: #47109B; }

 a { background-color: rgb(71,16,155); }

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

border-color css

<style>
 span { border-color: #47109B; }

 span { border-color: rgb(71,16,155); }

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