Html Css Color HEX #5A08AB Indigo

📋 copy color: '#5A08AB'

red 90 ◦ green 8 ◦ blue 171

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

Shades of Indigo #5A08AB

Tints of Indigo #5A08AB

RGB

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

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

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

R = 33.46%
G = 2.97%
B = 63.57%

CMYK

 C value IS 0.47

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5A08AB (or 0x5A08AB) is known color: Indigo. HEX triplet: 5A, 08 and AB. RGB value is (90,8,171). Sum of RGB (Red+Green+Blue) = 90+8+171=269 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.46% from 269); Green value is 8 (3.52% from 255 or 2.97% from 269); Blue value is 171 (67.19% from 255 or 63.57% from 269); Max value from RGB is 171 - color contains mainly: blue. Hex color #5A08AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A08AB is #A5F754. Grayscale: #323232. Windows color (decimal): -10876757 or 11208794. OLE color: 11208794.

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

Color convert

RGB 90 8 171 -
CMYK 0.47 0.95 0 0.33
HSL 270.18º 0.91% 0.35% -
HSV(B) 270.18º 0.95% 0.67% -
XYZ 11.65 5.29 38.93 -
YUV 51.1 195.67 155.75 -
System Red Green Blue C M Y K H S L
Decimal 90 8 171 0.47 0.95 0 0.33 270.18 0.91 0.35
Hex 5A 8 AB 2F 5F 0 21 10E 5B 23
Octal 132 10 253 57 137 0 41 416 133 43
Binary 1011010 1000 10101011 101111 1011111 0 100001 100001110 1011011 100011

Color Harmonies of #5A08AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A08AB

Black with #5A08AB

Text Example


Text Example

White with #5A08AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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