Html Css Color HEX #5B036D Indigo

📋 copy color: '#5B036D'

red 91 ◦ green 3 ◦ blue 109

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

Shades of Indigo #5B036D

Tints of Indigo #5B036D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.48%

 BLUE value IS 109 (42.97% from 255) = 53.69%

R = 44.83%
G = 1.48%
B = 53.69%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5B036D (or 0x5B036D) is known color: Indigo. HEX triplet: 5B, 03 and 6D. RGB value is (91,3,109). Sum of RGB (Red+Green+Blue) = 91+3+109=203 (26% of max value = 765). Red value is 91 (35.94% from 255 or 44.83% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 109 (42.97% from 255 or 53.69% from 203); Max value from RGB is 109 - color contains mainly: blue. Hex color #5B036D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B036D is #A4FC92. Grayscale: #292929. Windows color (decimal): -10812563 or 7144283. OLE color: 7144283.

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

Color convert

RGB 91 3 109 -
CMYK 0.17 0.97 0 0.57
HSL 289.81º 0.95% 0.22% -
HSV(B) 289.81º 0.97% 0.43% -
XYZ 7.11 3.39 14.75 -
YUV 41.4 166.15 163.38 -
System Red Green Blue C M Y K H S L
Decimal 91 3 109 0.17 0.97 0 0.57 289.81 0.95 0.22
Hex 5B 3 6D 11 61 0 39 122 5F 16
Octal 133 3 155 21 141 0 71 442 137 26
Binary 1011011 11 1101101 10001 1100001 0 111001 100100010 1011111 10110

Color Harmonies of #5B036D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B036D

Black with #5B036D

Text Example


Text Example

White with #5B036D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,3,109); }

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

background-color css

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

 a { background-color: rgb(91,3,109); }

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

border-color css

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

 span { border-color: rgb(91,3,109); }

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