Html Css Color HEX #5B009B Indigo

📋 copy color: '#5B009B'

red 91 ◦ green 0 ◦ blue 155

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

Shades of Indigo #5B009B

Tints of Indigo #5B009B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 36.99%
G = 0%
B = 63.01%

CMYK

 C value IS 0.41

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5B009B (or 0x5B009B) is known color: Indigo. HEX triplet: 5B, 00 and 9B. RGB value is (91,0,155). Sum of RGB (Red+Green+Blue) = 91+0+155=246 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.99% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 155 (60.94% from 255 or 63.01% from 246); Max value from RGB is 155 - color contains mainly: blue. Hex color #5B009B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B009B is #A4FF64. Grayscale: #2C2C2C. Windows color (decimal): -10813285 or 10158171. OLE color: 10158171.

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

Color convert

RGB 91 0 155 -
CMYK 0.41 1 0 0.39
HSL 275.23º 1% 0.3% -
HSV(B) 275.23º 1% 0.61% -
XYZ 10.23 4.59 31.36 -
YUV 44.88 190.15 160.9 -
System Red Green Blue C M Y K H S L
Decimal 91 0 155 0.41 1 0 0.39 275.23 1 0.3
Hex 5B 0 9B 29 64 0 27 113 64 1E
Octal 133 0 233 51 144 0 47 423 144 36
Binary 1011011 0 10011011 101001 1100100 0 100111 100010011 1100100 11110

Color Harmonies of #5B009B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B009B

Black with #5B009B

Text Example


Text Example

White with #5B009B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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