Html Css Color HEX #5B096F Indigo

📋 copy color: '#5B096F'

red 91 ◦ green 9 ◦ blue 111

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

Shades of Indigo #5B096F

Tints of Indigo #5B096F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.27%

 BLUE value IS 111 (43.75% from 255) = 52.61%

R = 43.13%
G = 4.27%
B = 52.61%

CMYK

 C value IS 0.18

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5B096F (or 0x5B096F) is known color: Indigo. HEX triplet: 5B, 09 and 6F. RGB value is (91,9,111). Sum of RGB (Red+Green+Blue) = 91+9+111=211 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.13% from 211); Green value is 9 (3.91% from 255 or 4.27% from 211); Blue value is 111 (43.75% from 255 or 52.61% from 211); Max value from RGB is 111 - color contains mainly: blue. Hex color #5B096F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B096F is #A4F690. Grayscale: #2C2C2C. Windows color (decimal): -10811025 or 7276891. OLE color: 7276891.

HSL color Cylindrical-coordinate representation of color #5B096F: hue angle of 288.24º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5B096F is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 91 9 111 -
CMYK 0.18 0.92 0 0.56
HSL 288.24º 0.85% 0.24% -
HSV(B) 288.24º 0.92% 0.44% -
XYZ 7.28 3.57 15.34 -
YUV 45.15 165.17 160.71 -
System Red Green Blue C M Y K H S L
Decimal 91 9 111 0.18 0.92 0 0.56 288.24 0.85 0.24
Hex 5B 9 6F 12 5C 0 38 120 55 18
Octal 133 11 157 22 134 0 70 440 125 30
Binary 1011011 1001 1101111 10010 1011100 0 111000 100100000 1010101 11000

Color Harmonies of #5B096F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B096F

Black with #5B096F

Text Example


Text Example

White with #5B096F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,9,111); }

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

background-color css

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

 a { background-color: rgb(91,9,111); }

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

border-color css

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

 span { border-color: rgb(91,9,111); }

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