Html Css Color HEX #47077B Indigo

📋 copy color: '#47077B'

red 71 ◦ green 7 ◦ blue 123

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

Shades of Indigo #47077B

Tints of Indigo #47077B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.48%

 BLUE value IS 123 (48.44% from 255) = 61.19%

R = 35.32%
G = 3.48%
B = 61.19%

CMYK

 C value IS 0.42

 M value IS 0.94

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#47077B (or 0x47077B) is known color: Indigo. HEX triplet: 47, 07 and 7B. RGB value is (71,7,123). Sum of RGB (Red+Green+Blue) = 71+7+123=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 7 (3.12% from 255 or 3.48% from 201); Blue value is 123 (48.44% from 255 or 61.19% from 201); Max value from RGB is 123 - color contains mainly: blue. Hex color #47077B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47077B is #B8F884. Grayscale: #262626. Windows color (decimal): -12122245 or 8062791. OLE color: 8062791.

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

Color convert

RGB 71 7 123 -
CMYK 0.42 0.94 0 0.52
HSL 273.1º 0.89% 0.25% -
HSV(B) 273.1º 0.94% 0.48% -
XYZ 6.25 2.92 18.97 -
YUV 39.36 175.2 150.57 -
System Red Green Blue C M Y K H S L
Decimal 71 7 123 0.42 0.94 0 0.52 273.1 0.89 0.25
Hex 47 7 7B 2A 5E 0 34 111 59 19
Octal 107 7 173 52 136 0 64 421 131 31
Binary 1000111 111 1111011 101010 1011110 0 110100 100010001 1011001 11001

Color Harmonies of #47077B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47077B

Black with #47077B

Text Example


Text Example

White with #47077B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,7,123); }

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

background-color css

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

 a { background-color: rgb(71,7,123); }

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

border-color css

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

 span { border-color: rgb(71,7,123); }

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