Html Css Color HEX #5B0292 Indigo

📋 copy color: '#5B0292'

red 91 ◦ green 2 ◦ blue 146

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

Shades of Indigo #5B0292

Tints of Indigo #5B0292

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.84%

 BLUE value IS 146 (57.42% from 255) = 61.09%

R = 38.08%
G = 0.84%
B = 61.09%

CMYK

 C value IS 0.38

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#5B0292 (or 0x5B0292) is known color: Indigo. HEX triplet: 5B, 02 and 92. RGB value is (91,2,146). Sum of RGB (Red+Green+Blue) = 91+2+146=239 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.08% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 146 (57.42% from 255 or 61.09% from 239); Max value from RGB is 146 - color contains mainly: blue. Hex color #5B0292 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B0292 is #A4FD6D. Grayscale: #2C2C2C. Windows color (decimal): -10812782 or 9568859. OLE color: 9568859.

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

Color convert

RGB 91 2 146 -
CMYK 0.38 0.99 0 0.43
HSL 277.08º 0.97% 0.29% -
HSV(B) 277.08º 0.99% 0.57% -
XYZ 9.52 4.34 27.53 -
YUV 45.03 184.99 160.79 -
System Red Green Blue C M Y K H S L
Decimal 91 2 146 0.38 0.99 0 0.43 277.08 0.97 0.29
Hex 5B 2 92 26 63 0 2B 115 61 1D
Octal 133 2 222 46 143 0 53 425 141 35
Binary 1011011 10 10010010 100110 1100011 0 101011 100010101 1100001 11101

Color Harmonies of #5B0292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0292

Black with #5B0292

Text Example


Text Example

White with #5B0292

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,2,146); }

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

background-color css

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

 a { background-color: rgb(91,2,146); }

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

border-color css

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

 span { border-color: rgb(91,2,146); }

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