Html Css Color HEX #5E07AB Indigo

📋 copy color: '#5E07AB'

red 94 ◦ green 7 ◦ blue 171

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

Shades of Indigo #5E07AB

Tints of Indigo #5E07AB

RGB

 RED value IS 94 (37.11% from 255) = 34.56%

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

 BLUE value IS 171 (67.19% from 255) = 62.87%

R = 34.56%
G = 2.57%
B = 62.87%

CMYK

 C value IS 0.45

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E07AB (or 0x5E07AB) is known color: Indigo. HEX triplet: 5E, 07 and AB. RGB value is (94,7,171). Sum of RGB (Red+Green+Blue) = 94+7+171=272 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.56% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 171 (67.19% from 255 or 62.87% from 272); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E07AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E07AB is #A1F854. Grayscale: #333333. Windows color (decimal): -10614869 or 11208542. OLE color: 11208542.

HSL color Cylindrical-coordinate representation of color #5E07AB: hue angle of 271.83º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E07AB is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 94 7 171 -
CMYK 0.45 0.96 0 0.33
HSL 271.83º 0.92% 0.35% -
HSV(B) 271.83º 0.96% 0.67% -
XYZ 12.04 5.47 38.95 -
YUV 51.71 195.32 158.16 -
System Red Green Blue C M Y K H S L
Decimal 94 7 171 0.45 0.96 0 0.33 271.83 0.92 0.35
Hex 5E 7 AB 2D 60 0 21 110 5C 23
Octal 136 7 253 55 140 0 41 420 134 43
Binary 1011110 111 10101011 101101 1100000 0 100001 100010000 1011100 100011

Color Harmonies of #5E07AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E07AB

Black with #5E07AB

Text Example


Text Example

White with #5E07AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,7,171); }

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

background-color css

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

 a { background-color: rgb(94,7,171); }

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

border-color css

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

 span { border-color: rgb(94,7,171); }

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