Html Css Color HEX #5A07AB Indigo

📋 copy color: '#5A07AB'

red 90 ◦ green 7 ◦ blue 171

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

Shades of Indigo #5A07AB

Tints of Indigo #5A07AB

RGB

 RED value IS 90 (35.55% from 255) = 33.58%

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

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

R = 33.58%
G = 2.61%
B = 63.81%

CMYK

 C value IS 0.47

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5A07AB (or 0x5A07AB) is known color: Indigo. HEX triplet: 5A, 07 and AB. RGB value is (90,7,171). Sum of RGB (Red+Green+Blue) = 90+7+171=268 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.58% from 268); Green value is 7 (3.12% from 255 or 2.61% from 268); Blue value is 171 (67.19% from 255 or 63.81% from 268); Max value from RGB is 171 - color contains mainly: blue. Hex color #5A07AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A07AB is #A5F854. Grayscale: #313131. Windows color (decimal): -10877013 or 11208538. OLE color: 11208538.

HSL color Cylindrical-coordinate representation of color #5A07AB: hue angle of 270.37º 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 #5A07AB is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 90 7 171 -
CMYK 0.47 0.96 0 0.33
HSL 270.37º 0.92% 0.35% -
HSV(B) 270.37º 0.96% 0.67% -
XYZ 11.64 5.27 38.93 -
YUV 50.51 196 156.16 -
System Red Green Blue C M Y K H S L
Decimal 90 7 171 0.47 0.96 0 0.33 270.37 0.92 0.35
Hex 5A 7 AB 2F 60 0 21 10E 5C 23
Octal 132 7 253 57 140 0 41 416 134 43
Binary 1011010 111 10101011 101111 1100000 0 100001 100001110 1011100 100011

Color Harmonies of #5A07AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A07AB

Black with #5A07AB

Text Example


Text Example

White with #5A07AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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