Html Css Color HEX #5B0372 Indigo

📋 copy color: '#5B0372'

red 91 ◦ green 3 ◦ blue 114

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

Shades of Indigo #5B0372

Tints of Indigo #5B0372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 54.81%

R = 43.75%
G = 1.44%
B = 54.81%

CMYK

 C value IS 0.20

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5B0372 (or 0x5B0372) is known color: Indigo. HEX triplet: 5B, 03 and 72. RGB value is (91,3,114). Sum of RGB (Red+Green+Blue) = 91+3+114=208 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.75% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 114 (44.92% from 255 or 54.81% from 208); Max value from RGB is 114 - color contains mainly: blue. Hex color #5B0372 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0372 is #A4FC8D. Grayscale: #292929. Windows color (decimal): -10812558 or 7471963. OLE color: 7471963.

HSL color Cylindrical-coordinate representation of color #5B0372: hue angle of 287.57º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5B0372 is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 91 3 114 -
CMYK 0.20 0.97 0 0.55
HSL 287.57º 0.95% 0.23% -
HSV(B) 287.57º 0.97% 0.45% -
XYZ 7.38 3.5 16.21 -
YUV 41.97 168.65 162.97 -
System Red Green Blue C M Y K H S L
Decimal 91 3 114 0.20 0.97 0 0.55 287.57 0.95 0.23
Hex 5B 3 72 14 61 0 37 120 5F 17
Octal 133 3 162 24 141 0 67 440 137 27
Binary 1011011 11 1110010 10100 1100001 0 110111 100100000 1011111 10111

Color Harmonies of #5B0372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0372

Black with #5B0372

Text Example


Text Example

White with #5B0372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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