Html Css Color HEX #5B039B Indigo

📋 copy color: '#5B039B'

red 91 ◦ green 3 ◦ blue 155

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

Shades of Indigo #5B039B

Tints of Indigo #5B039B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.2%

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

R = 36.55%
G = 1.2%
B = 62.25%

CMYK

 C value IS 0.41

 M value IS 0.98

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5B039B (or 0x5B039B) is known color: Indigo. HEX triplet: 5B, 03 and 9B. RGB value is (91,3,155). Sum of RGB (Red+Green+Blue) = 91+3+155=249 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.55% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 155 (60.94% from 255 or 62.25% from 249); Max value from RGB is 155 - color contains mainly: blue. Hex color #5B039B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B039B is #A4FC64. Grayscale: #2E2E2E. Windows color (decimal): -10812517 or 10158939. OLE color: 10158939.

HSL color Cylindrical-coordinate representation of color #5B039B: hue angle of 274.74º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5B039B is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 91 3 155 -
CMYK 0.41 0.98 0 0.39
HSL 274.74º 0.96% 0.31% -
HSV(B) 274.74º 0.98% 0.61% -
XYZ 10.26 4.66 31.37 -
YUV 46.64 189.15 159.64 -
System Red Green Blue C M Y K H S L
Decimal 91 3 155 0.41 0.98 0 0.39 274.74 0.96 0.31
Hex 5B 3 9B 29 62 0 27 113 60 1F
Octal 133 3 233 51 142 0 47 423 140 37
Binary 1011011 11 10011011 101001 1100010 0 100111 100010011 1100000 11111

Color Harmonies of #5B039B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B039B

Black with #5B039B

Text Example


Text Example

White with #5B039B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,3,155); }

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

background-color css

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

 a { background-color: rgb(91,3,155); }

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

border-color css

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

 span { border-color: rgb(91,3,155); }

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