Html Css Color HEX #5B077C Indigo

📋 copy color: '#5B077C'

red 91 ◦ green 7 ◦ blue 124

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

Shades of Indigo #5B077C

Tints of Indigo #5B077C

RGB

 RED value IS 91 (35.94% from 255) = 40.99%

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

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

R = 40.99%
G = 3.15%
B = 55.86%

CMYK

 C value IS 0.27

 M value IS 0.94

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5B077C (or 0x5B077C) is known color: Indigo. HEX triplet: 5B, 07 and 7C. RGB value is (91,7,124). Sum of RGB (Red+Green+Blue) = 91+7+124=222 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.99% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 124 (48.83% from 255 or 55.86% from 222); Max value from RGB is 124 - color contains mainly: blue. Hex color #5B077C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B077C is #A4F883. Grayscale: #2D2D2D. Windows color (decimal): -10811524 or 8128347. OLE color: 8128347.

HSL color Cylindrical-coordinate representation of color #5B077C: hue angle of 283.08º degrees, saturation: 0.89, 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 #5B077C is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 91 7 124 -
CMYK 0.27 0.94 0 0.51
HSL 283.08º 0.89% 0.26% -
HSV(B) 283.08º 0.94% 0.49% -
XYZ 8.03 3.83 19.39 -
YUV 45.45 172.33 160.49 -
System Red Green Blue C M Y K H S L
Decimal 91 7 124 0.27 0.94 0 0.51 283.08 0.89 0.26
Hex 5B 7 7C 1B 5E 0 33 11B 59 1A
Octal 133 7 174 33 136 0 63 433 131 32
Binary 1011011 111 1111100 11011 1011110 0 110011 100011011 1011001 11010

Color Harmonies of #5B077C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B077C

Black with #5B077C

Text Example


Text Example

White with #5B077C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B077C; }

 p { color: rgb(91,7,124); }

 H1.HeaderClassName
 {
   color: #5B077C;
 }
 .AnyTagClassName
 {
   color: #5B077C;
 }
</style>

background-color css

<style>
 a { background-color: #5B077C; }

 a { background-color: rgb(91,7,124); }

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

border-color css

<style>
 span { border-color: #5B077C; }

 span { border-color: rgb(91,7,124); }

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