Html Css Color HEX #5B0F9B Indigo

📋 copy color: '#5B0F9B'

red 91 ◦ green 15 ◦ blue 155

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

Shades of Indigo #5B0F9B

Tints of Indigo #5B0F9B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.75%

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

R = 34.87%
G = 5.75%
B = 59.39%

CMYK

 C value IS 0.41

 M value IS 0.90

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5B0F9B (or 0x5B0F9B) is known color: Indigo. HEX triplet: 5B, 0F and 9B. RGB value is (91,15,155). Sum of RGB (Red+Green+Blue) = 91+15+155=261 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.87% from 261); Green value is 15 (6.25% from 255 or 5.75% from 261); Blue value is 155 (60.94% from 255 or 59.39% from 261); Max value from RGB is 155 - color contains mainly: blue. Hex color #5B0F9B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B0F9B is #A4F064. Grayscale: #353535. Windows color (decimal): -10809445 or 10162011. OLE color: 10162011.

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

Color convert

RGB 91 15 155 -
CMYK 0.41 0.90 0 0.39
HSL 272.57º 0.82% 0.33% -
HSV(B) 272.57º 0.9% 0.61% -
XYZ 10.4 4.93 31.41 -
YUV 53.68 185.18 154.62 -
System Red Green Blue C M Y K H S L
Decimal 91 15 155 0.41 0.90 0 0.39 272.57 0.82 0.33
Hex 5B F 9B 29 5A 0 27 111 52 21
Octal 133 17 233 51 132 0 47 421 122 41
Binary 1011011 1111 10011011 101001 1011010 0 100111 100010001 1010010 100001

Color Harmonies of #5B0F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0F9B

Black with #5B0F9B

Text Example


Text Example

White with #5B0F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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