Html Css Color HEX #5B0899 Indigo

📋 copy color: '#5B0899'

red 91 ◦ green 8 ◦ blue 153

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

Shades of Indigo #5B0899

Tints of Indigo #5B0899

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.17%

 BLUE value IS 153 (60.16% from 255) = 60.71%

R = 36.11%
G = 3.17%
B = 60.71%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#5B0899 (or 0x5B0899) is known color: Indigo. HEX triplet: 5B, 08 and 99. RGB value is (91,8,153). Sum of RGB (Red+Green+Blue) = 91+8+153=252 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.11% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 153 (60.16% from 255 or 60.71% from 252); Max value from RGB is 153 - color contains mainly: blue. Hex color #5B0899 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B0899 is #A4F766. Grayscale: #303030. Windows color (decimal): -10811239 or 10029147. OLE color: 10029147.

HSL color Cylindrical-coordinate representation of color #5B0899: hue angle of 274.34º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5B0899 is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 91 8 153 -
CMYK 0.41 0.95 0 0.4
HSL 274.34º 0.9% 0.32% -
HSV(B) 274.34º 0.95% 0.6% -
XYZ 10.15 4.7 30.51 -
YUV 49.35 186.5 157.71 -
System Red Green Blue C M Y K H S L
Decimal 91 8 153 0.41 0.95 0 0.4 274.34 0.9 0.32
Hex 5B 8 99 29 5F 0 28 112 5A 20
Octal 133 10 231 51 137 0 50 422 132 40
Binary 1011011 1000 10011001 101001 1011111 0 101000 100010010 1011010 100000

Color Harmonies of #5B0899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0899

Black with #5B0899

Text Example


Text Example

White with #5B0899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,8,153); }

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

background-color css

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

 a { background-color: rgb(91,8,153); }

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

border-color css

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

 span { border-color: rgb(91,8,153); }

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