Html Css Color HEX #5A088D Indigo

📋 copy color: '#5A088D'

red 90 ◦ green 8 ◦ blue 141

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

Shades of Indigo #5A088D

Tints of Indigo #5A088D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 59%

R = 37.66%
G = 3.35%
B = 59%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5A088D (or 0x5A088D) is known color: Indigo. HEX triplet: 5A, 08 and 8D. RGB value is (90,8,141). Sum of RGB (Red+Green+Blue) = 90+8+141=239 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.66% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 141 (55.47% from 255 or 59.00% from 239); Max value from RGB is 141 - color contains mainly: blue. Hex color #5A088D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A088D is #A5F772. Grayscale: #2F2F2F. Windows color (decimal): -10876787 or 9242714. OLE color: 9242714.

HSL color Cylindrical-coordinate representation of color #5A088D: hue angle of 276.99º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A088D is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 90 8 141 -
CMYK 0.36 0.94 0 0.45
HSL 276.99º 0.89% 0.29% -
HSV(B) 276.99º 0.94% 0.55% -
XYZ 9.11 4.27 25.54 -
YUV 47.68 180.67 158.19 -
System Red Green Blue C M Y K H S L
Decimal 90 8 141 0.36 0.94 0 0.45 276.99 0.89 0.29
Hex 5A 8 8D 24 5E 0 2D 115 59 1D
Octal 132 10 215 44 136 0 55 425 131 35
Binary 1011010 1000 10001101 100100 1011110 0 101101 100010101 1011001 11101

Color Harmonies of #5A088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A088D

Black with #5A088D

Text Example


Text Example

White with #5A088D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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