Html Css Color HEX #5B0696 Indigo

📋 copy color: '#5B0696'

red 91 ◦ green 6 ◦ blue 150

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

Shades of Indigo #5B0696

Tints of Indigo #5B0696

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.43%

 BLUE value IS 150 (58.98% from 255) = 60.73%

R = 36.84%
G = 2.43%
B = 60.73%

CMYK

 C value IS 0.39

 M value IS 0.96

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#5B0696 (or 0x5B0696) is known color: Indigo. HEX triplet: 5B, 06 and 96. RGB value is (91,6,150). Sum of RGB (Red+Green+Blue) = 91+6+150=247 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.84% from 247); Green value is 6 (2.73% from 255 or 2.43% from 247); Blue value is 150 (58.98% from 255 or 60.73% from 247); Max value from RGB is 150 - color contains mainly: blue. Hex color #5B0696 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B0696 is #A4F969. Grayscale: #2F2F2F. Windows color (decimal): -10811754 or 9832027. OLE color: 9832027.

HSL color Cylindrical-coordinate representation of color #5B0696: hue angle of 275.42º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5B0696 is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 91 6 150 -
CMYK 0.39 0.96 0 0.41
HSL 275.42º 0.92% 0.31% -
HSV(B) 275.42º 0.96% 0.59% -
XYZ 9.88 4.56 29.21 -
YUV 47.83 185.66 158.79 -
System Red Green Blue C M Y K H S L
Decimal 91 6 150 0.39 0.96 0 0.41 275.42 0.92 0.31
Hex 5B 6 96 27 60 0 29 113 5C 1F
Octal 133 6 226 47 140 0 51 423 134 37
Binary 1011011 110 10010110 100111 1100000 0 101001 100010011 1011100 11111

Color Harmonies of #5B0696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0696

Black with #5B0696

Text Example


Text Example

White with #5B0696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,6,150); }

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

background-color css

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

 a { background-color: rgb(91,6,150); }

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

border-color css

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

 span { border-color: rgb(91,6,150); }

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