Html Css Color HEX #5B0184 Indigo

📋 copy color: '#5B0184'

red 91 ◦ green 1 ◦ blue 132

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

Shades of Indigo #5B0184

Tints of Indigo #5B0184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 58.93%

R = 40.63%
G = 0.45%
B = 58.93%

CMYK

 C value IS 0.31

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5B0184 (or 0x5B0184) is known color: Indigo. HEX triplet: 5B, 01 and 84. RGB value is (91,1,132). Sum of RGB (Red+Green+Blue) = 91+1+132=224 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.62% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 132 (51.95% from 255 or 58.93% from 224); Max value from RGB is 132 - color contains mainly: blue. Hex color #5B0184 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B0184 is #A4FE7B. Grayscale: #2A2A2A. Windows color (decimal): -10813052 or 8651099. OLE color: 8651099.

HSL color Cylindrical-coordinate representation of color #5B0184: hue angle of 281.22º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5B0184 is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 91 1 132 -
CMYK 0.31 0.99 0 0.48
HSL 281.22º 0.98% 0.26% -
HSV(B) 281.22º 0.99% 0.52% -
XYZ 8.49 3.91 22.14 -
YUV 42.84 178.32 162.35 -
System Red Green Blue C M Y K H S L
Decimal 91 1 132 0.31 0.99 0 0.48 281.22 0.98 0.26
Hex 5B 1 84 1F 63 0 30 119 62 1A
Octal 133 1 204 37 143 0 60 431 142 32
Binary 1011011 1 10000100 11111 1100011 0 110000 100011001 1100010 11010

Color Harmonies of #5B0184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0184

Black with #5B0184

Text Example


Text Example

White with #5B0184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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