Html Css Color HEX #5B0799 Indigo

📋 copy color: '#5B0799'

red 91 ◦ green 7 ◦ blue 153

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

Shades of Indigo #5B0799

Tints of Indigo #5B0799

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.79%

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

R = 36.25%
G = 2.79%
B = 60.96%

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

#5B0799 (or 0x5B0799) is known color: Indigo. HEX triplet: 5B, 07 and 99. RGB value is (91,7,153). Sum of RGB (Red+Green+Blue) = 91+7+153=251 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.25% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 153 (60.16% from 255 or 60.96% from 251); Max value from RGB is 153 - color contains mainly: blue. Hex color #5B0799 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B0799 is #A4F866. Grayscale: #303030. Windows color (decimal): -10811495 or 10028891. OLE color: 10028891.

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

Color convert

RGB 91 7 153 -
CMYK 0.41 0.95 0 0.4
HSL 274.52º 0.91% 0.31% -
HSV(B) 274.52º 0.95% 0.6% -
XYZ 10.14 4.68 30.51 -
YUV 48.76 186.83 158.13 -
System Red Green Blue C M Y K H S L
Decimal 91 7 153 0.41 0.95 0 0.4 274.52 0.91 0.31
Hex 5B 7 99 29 5F 0 28 113 5B 1F
Octal 133 7 231 51 137 0 50 423 133 37
Binary 1011011 111 10011001 101001 1011111 0 101000 100010011 1011011 11111

Color Harmonies of #5B0799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0799

Black with #5B0799

Text Example


Text Example

White with #5B0799

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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