Html Css Color HEX #5A0896 Indigo

📋 copy color: '#5A0896'

red 90 ◦ green 8 ◦ blue 150

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

Shades of Indigo #5A0896

Tints of Indigo #5A0896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 60.48%

R = 36.29%
G = 3.23%
B = 60.48%

CMYK

 C value IS 0.4

 M value IS 0.95

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#5A0896 (or 0x5A0896) is known color: Indigo. HEX triplet: 5A, 08 and 96. RGB value is (90,8,150). Sum of RGB (Red+Green+Blue) = 90+8+150=248 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.29% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 150 (58.98% from 255 or 60.48% from 248); Max value from RGB is 150 - color contains mainly: blue. Hex color #5A0896 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0896 is #A5F769. Grayscale: #303030. Windows color (decimal): -10876778 or 9832538. OLE color: 9832538.

HSL color Cylindrical-coordinate representation of color #5A0896: hue angle of 274.65º 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 #5A0896 is Cyan = 0.4, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 90 8 150 -
CMYK 0.4 0.95 0 0.41
HSL 274.65º 0.9% 0.31% -
HSV(B) 274.65º 0.95% 0.59% -
XYZ 9.81 4.55 29.22 -
YUV 48.71 185.17 157.45 -
System Red Green Blue C M Y K H S L
Decimal 90 8 150 0.4 0.95 0 0.41 274.65 0.9 0.31
Hex 5A 8 96 28 5F 0 29 113 5A 1F
Octal 132 10 226 50 137 0 51 423 132 37
Binary 1011010 1000 10010110 101000 1011111 0 101001 100010011 1011010 11111

Color Harmonies of #5A0896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0896

Black with #5A0896

Text Example


Text Example

White with #5A0896

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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