Html Css Color HEX #5B0282 Indigo

📋 copy color: '#5B0282'

red 91 ◦ green 2 ◦ blue 130

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

Shades of Indigo #5B0282

Tints of Indigo #5B0282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 58.3%

R = 40.81%
G = 0.9%
B = 58.3%

CMYK

 C value IS 0.30

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#5B0282 (or 0x5B0282) is known color: Indigo. HEX triplet: 5B, 02 and 82. RGB value is (91,2,130). Sum of RGB (Red+Green+Blue) = 91+2+130=223 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.81% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 130 (51.17% from 255 or 58.30% from 223); Max value from RGB is 130 - color contains mainly: blue. Hex color #5B0282 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B0282 is #A4FD7D. Grayscale: #2A2A2A. Windows color (decimal): -10812798 or 8520283. OLE color: 8520283.

HSL color Cylindrical-coordinate representation of color #5B0282: hue angle of 281.72º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5B0282 is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 91 2 130 -
CMYK 0.30 0.98 0 0.49
HSL 281.72º 0.97% 0.26% -
HSV(B) 281.72º 0.98% 0.51% -
XYZ 8.37 3.88 21.43 -
YUV 43.2 176.99 162.09 -
System Red Green Blue C M Y K H S L
Decimal 91 2 130 0.30 0.98 0 0.49 281.72 0.97 0.26
Hex 5B 2 82 1E 62 0 31 11A 61 1A
Octal 133 2 202 36 142 0 61 432 141 32
Binary 1011011 10 10000010 11110 1100010 0 110001 100011010 1100001 11010

Color Harmonies of #5B0282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0282

Black with #5B0282

Text Example


Text Example

White with #5B0282

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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