Html Css Color HEX #5A0289 Indigo

📋 copy color: '#5A0289'

red 90 ◦ green 2 ◦ blue 137

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

Shades of Indigo #5A0289

Tints of Indigo #5A0289

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.87%

 BLUE value IS 137 (53.91% from 255) = 59.83%

R = 39.3%
G = 0.87%
B = 59.83%

CMYK

 C value IS 0.34

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#5A0289 (or 0x5A0289) is known color: Indigo. HEX triplet: 5A, 02 and 89. RGB value is (90,2,137). Sum of RGB (Red+Green+Blue) = 90+2+137=229 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.30% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 137 (53.91% from 255 or 59.83% from 229); Max value from RGB is 137 - color contains mainly: blue. Hex color #5A0289 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0289 is #A5FD76. Grayscale: #2B2B2B. Windows color (decimal): -10878327 or 8979034. OLE color: 8979034.

HSL color Cylindrical-coordinate representation of color #5A0289: hue angle of 279.11º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A0289 is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 90 2 137 -
CMYK 0.34 0.99 0 0.46
HSL 279.11º 0.97% 0.27% -
HSV(B) 279.11º 0.99% 0.54% -
XYZ 8.75 4.02 23.98 -
YUV 43.7 180.65 161.02 -
System Red Green Blue C M Y K H S L
Decimal 90 2 137 0.34 0.99 0 0.46 279.11 0.97 0.27
Hex 5A 2 89 22 63 0 2E 117 61 1B
Octal 132 2 211 42 143 0 56 427 141 33
Binary 1011010 10 10001001 100010 1100011 0 101110 100010111 1100001 11011

Color Harmonies of #5A0289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0289

Black with #5A0289

Text Example


Text Example

White with #5A0289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,2,137); }

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

background-color css

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

 a { background-color: rgb(90,2,137); }

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

border-color css

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

 span { border-color: rgb(90,2,137); }

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