Html Css Color HEX #5B0095 Indigo

📋 copy color: '#5B0095'

red 91 ◦ green 0 ◦ blue 149

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

Shades of Indigo #5B0095

Tints of Indigo #5B0095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 62.08%

R = 37.92%
G = 0%
B = 62.08%

CMYK

 C value IS 0.39

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5B0095 (or 0x5B0095) is known color: Indigo. HEX triplet: 5B, 00 and 95. RGB value is (91,0,149). Sum of RGB (Red+Green+Blue) = 91+0+149=240 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.92% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 149 (58.59% from 255 or 62.08% from 240); Max value from RGB is 149 - color contains mainly: blue. Hex color #5B0095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B0095 is #A4FF6A. Grayscale: #2B2B2B. Windows color (decimal): -10813291 or 9764955. OLE color: 9764955.

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

Color convert

RGB 91 0 149 -
CMYK 0.39 1 0 0.42
HSL 276.64º 1% 0.29% -
HSV(B) 276.64º 1% 0.58% -
XYZ 9.74 4.39 28.77 -
YUV 44.2 187.15 161.38 -
System Red Green Blue C M Y K H S L
Decimal 91 0 149 0.39 1 0 0.42 276.64 1 0.29
Hex 5B 0 95 27 64 0 2A 115 64 1D
Octal 133 0 225 47 144 0 52 425 144 35
Binary 1011011 0 10010101 100111 1100100 0 101010 100010101 1100100 11101

Color Harmonies of #5B0095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0095

Black with #5B0095

Text Example


Text Example

White with #5B0095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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