Html Css Color HEX #5B009D Indigo

📋 copy color: '#5B009D'

red 91 ◦ green 0 ◦ blue 157

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

Shades of Indigo #5B009D

Tints of Indigo #5B009D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 157 (61.72% from 255) = 63.31%

R = 36.69%
G = 0%
B = 63.31%

CMYK

 C value IS 0.42

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5B009D (or 0x5B009D) is known color: Indigo. HEX triplet: 5B, 00 and 9D. RGB value is (91,0,157). Sum of RGB (Red+Green+Blue) = 91+0+157=248 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.69% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 157 (61.72% from 255 or 63.31% from 248); Max value from RGB is 157 - color contains mainly: blue. Hex color #5B009D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B009D is #A4FF62. Grayscale: #2C2C2C. Windows color (decimal): -10813283 or 10289243. OLE color: 10289243.

HSL color Cylindrical-coordinate representation of color #5B009D: hue angle of 274.78º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5B009D is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 91 0 157 -
CMYK 0.42 1 0 0.38
HSL 274.78º 1% 0.31% -
HSV(B) 274.78º 1% 0.62% -
XYZ 10.4 4.66 32.25 -
YUV 45.11 191.15 160.73 -
System Red Green Blue C M Y K H S L
Decimal 91 0 157 0.42 1 0 0.38 274.78 1 0.31
Hex 5B 0 9D 2A 64 0 26 113 64 1F
Octal 133 0 235 52 144 0 46 423 144 37
Binary 1011011 0 10011101 101010 1100100 0 100110 100010011 1100100 11111

Color Harmonies of #5B009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B009D

Black with #5B009D

Text Example


Text Example

White with #5B009D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,0,157); }

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

background-color css

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

 a { background-color: rgb(91,0,157); }

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

border-color css

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

 span { border-color: rgb(91,0,157); }

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