Html Css Color HEX #5A089B Indigo

📋 copy color: '#5A089B'

red 90 ◦ green 8 ◦ blue 155

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

Shades of Indigo #5A089B

Tints of Indigo #5A089B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 61.26%

R = 35.57%
G = 3.16%
B = 61.26%

CMYK

 C value IS 0.42

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5A089B (or 0x5A089B) is known color: Indigo. HEX triplet: 5A, 08 and 9B. RGB value is (90,8,155). Sum of RGB (Red+Green+Blue) = 90+8+155=253 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.57% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 155 (60.94% from 255 or 61.26% from 253); Max value from RGB is 155 - color contains mainly: blue. Hex color #5A089B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A089B is #A5F764. Grayscale: #303030. Windows color (decimal): -10876773 or 10160218. OLE color: 10160218.

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

Color convert

RGB 90 8 155 -
CMYK 0.42 0.95 0 0.39
HSL 273.47º 0.9% 0.32% -
HSV(B) 273.47º 0.95% 0.61% -
XYZ 10.22 4.71 31.38 -
YUV 49.28 187.67 157.05 -
System Red Green Blue C M Y K H S L
Decimal 90 8 155 0.42 0.95 0 0.39 273.47 0.9 0.32
Hex 5A 8 9B 2A 5F 0 27 111 5A 20
Octal 132 10 233 52 137 0 47 421 132 40
Binary 1011010 1000 10011011 101010 1011111 0 100111 100010001 1011010 100000

Color Harmonies of #5A089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A089B

Black with #5A089B

Text Example


Text Example

White with #5A089B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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