Html Css Color HEX #5B0C89 Indigo

📋 copy color: '#5B0C89'

red 91 ◦ green 12 ◦ blue 137

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

Shades of Indigo #5B0C89

Tints of Indigo #5B0C89

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5%

 BLUE value IS 137 (53.91% from 255) = 57.08%

R = 37.92%
G = 5%
B = 57.08%

CMYK

 C value IS 0.34

 M value IS 0.91

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#5B0C89 (or 0x5B0C89) is known color: Indigo. HEX triplet: 5B, 0C and 89. RGB value is (91,12,137). Sum of RGB (Red+Green+Blue) = 91+12+137=240 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.92% from 240); Green value is 12 (5.08% from 255 or 5% from 240); Blue value is 137 (53.91% from 255 or 57.08% from 240); Max value from RGB is 137 - color contains mainly: blue. Hex color #5B0C89 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B0C89 is #A4F376. Grayscale: #313131. Windows color (decimal): -10810231 or 8981595. OLE color: 8981595.

HSL color Cylindrical-coordinate representation of color #5B0C89: hue angle of 277.92º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5B0C89 is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 91 12 137 -
CMYK 0.34 0.91 0 0.46
HSL 277.92º 0.84% 0.29% -
HSV(B) 277.92º 0.91% 0.54% -
XYZ 8.96 4.29 24.02 -
YUV 49.87 177.17 157.34 -
System Red Green Blue C M Y K H S L
Decimal 91 12 137 0.34 0.91 0 0.46 277.92 0.84 0.29
Hex 5B C 89 22 5B 0 2E 116 54 1D
Octal 133 14 211 42 133 0 56 426 124 35
Binary 1011011 1100 10001001 100010 1011011 0 101110 100010110 1010100 11101

Color Harmonies of #5B0C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0C89

Black with #5B0C89

Text Example


Text Example

White with #5B0C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,12,137); }

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

background-color css

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

 a { background-color: rgb(91,12,137); }

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

border-color css

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

 span { border-color: rgb(91,12,137); }

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