Html Css Color HEX #5B0794 Indigo

📋 copy color: '#5B0794'

red 91 ◦ green 7 ◦ blue 148

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

Shades of Indigo #5B0794

Tints of Indigo #5B0794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 60.16%

R = 36.99%
G = 2.85%
B = 60.16%

CMYK

 C value IS 0.39

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5B0794 (or 0x5B0794) is known color: Indigo. HEX triplet: 5B, 07 and 94. RGB value is (91,7,148). Sum of RGB (Red+Green+Blue) = 91+7+148=246 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.99% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 148 (58.20% from 255 or 60.16% from 246); Max value from RGB is 148 - color contains mainly: blue. Hex color #5B0794 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B0794 is #A4F86B. Grayscale: #2F2F2F. Windows color (decimal): -10811500 or 9701211. OLE color: 9701211.

HSL color Cylindrical-coordinate representation of color #5B0794: hue angle of 275.74º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5B0794 is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 91 7 148 -
CMYK 0.39 0.95 0 0.42
HSL 275.74º 0.91% 0.3% -
HSV(B) 275.74º 0.95% 0.58% -
XYZ 9.74 4.51 28.38 -
YUV 48.19 184.33 158.54 -
System Red Green Blue C M Y K H S L
Decimal 91 7 148 0.39 0.95 0 0.42 275.74 0.91 0.3
Hex 5B 7 94 27 5F 0 2A 114 5B 1E
Octal 133 7 224 47 137 0 52 424 133 36
Binary 1011011 111 10010100 100111 1011111 0 101010 100010100 1011011 11110

Color Harmonies of #5B0794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0794

Black with #5B0794

Text Example


Text Example

White with #5B0794

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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