Html Css Color HEX #5A0897 Indigo

📋 copy color: '#5A0897'

red 90 ◦ green 8 ◦ blue 151

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

Shades of Indigo #5A0897

Tints of Indigo #5A0897

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 60.64%

R = 36.14%
G = 3.21%
B = 60.64%

CMYK

 C value IS 0.40

 M value IS 0.95

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#5A0897 (or 0x5A0897) is known color: Indigo. HEX triplet: 5A, 08 and 97. RGB value is (90,8,151). Sum of RGB (Red+Green+Blue) = 90+8+151=249 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.14% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 151 (59.38% from 255 or 60.64% from 249); Max value from RGB is 151 - color contains mainly: blue. Hex color #5A0897 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0897 is #A5F768. Grayscale: #303030. Windows color (decimal): -10876777 or 9898074. OLE color: 9898074.

HSL color Cylindrical-coordinate representation of color #5A0897: hue angle of 274.41º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5A0897 is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 90 8 151 -
CMYK 0.40 0.95 0 0.41
HSL 274.41º 0.9% 0.31% -
HSV(B) 274.41º 0.95% 0.59% -
XYZ 9.89 4.58 29.64 -
YUV 48.82 185.67 157.37 -
System Red Green Blue C M Y K H S L
Decimal 90 8 151 0.40 0.95 0 0.41 274.41 0.9 0.31
Hex 5A 8 97 28 5F 0 29 112 5A 1F
Octal 132 10 227 50 137 0 51 422 132 37
Binary 1011010 1000 10010111 101000 1011111 0 101001 100010010 1011010 11111

Color Harmonies of #5A0897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0897

Black with #5A0897

Text Example


Text Example

White with #5A0897

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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