Html Css Color HEX #5B019F Indigo

📋 copy color: '#5B019F'

red 91 ◦ green 1 ◦ blue 159

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

Shades of Indigo #5B019F

Tints of Indigo #5B019F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 159 (62.5% from 255) = 63.35%

R = 36.25%
G = 0.4%
B = 63.35%

CMYK

 C value IS 0.43

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5B019F (or 0x5B019F) is known color: Indigo. HEX triplet: 5B, 01 and 9F. RGB value is (91,1,159). Sum of RGB (Red+Green+Blue) = 91+1+159=251 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.25% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 159 (62.5% from 255 or 63.35% from 251); Max value from RGB is 159 - color contains mainly: blue. Hex color #5B019F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B019F is #A4FE60. Grayscale: #2D2D2D. Windows color (decimal): -10813025 or 10420571. OLE color: 10420571.

HSL color Cylindrical-coordinate representation of color #5B019F: hue angle of 274.18º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5B019F is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 91 1 159 -
CMYK 0.43 0.99 0 0.38
HSL 274.18º 0.99% 0.31% -
HSV(B) 274.18º 0.99% 0.62% -
XYZ 10.58 4.75 33.16 -
YUV 45.92 191.82 160.15 -
System Red Green Blue C M Y K H S L
Decimal 91 1 159 0.43 0.99 0 0.38 274.18 0.99 0.31
Hex 5B 1 9F 2B 63 0 26 112 63 1F
Octal 133 1 237 53 143 0 46 422 143 37
Binary 1011011 1 10011111 101011 1100011 0 100110 100010010 1100011 11111

Color Harmonies of #5B019F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B019F

Black with #5B019F

Text Example


Text Example

White with #5B019F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,1,159); }

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

background-color css

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

 a { background-color: rgb(91,1,159); }

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

border-color css

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

 span { border-color: rgb(91,1,159); }

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