Html Css Color HEX #5A0287 Indigo

📋 copy color: '#5A0287'

red 90 ◦ green 2 ◦ blue 135

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

Shades of Indigo #5A0287

Tints of Indigo #5A0287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 59.47%

R = 39.65%
G = 0.88%
B = 59.47%

CMYK

 C value IS 0.33

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5A0287 (or 0x5A0287) is known color: Indigo. HEX triplet: 5A, 02 and 87. RGB value is (90,2,135). Sum of RGB (Red+Green+Blue) = 90+2+135=227 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.65% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 135 (53.12% from 255 or 59.47% from 227); Max value from RGB is 135 - color contains mainly: blue. Hex color #5A0287 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0287 is #A5FD78. Grayscale: #2B2B2B. Windows color (decimal): -10878329 or 8847962. OLE color: 8847962.

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

Color convert

RGB 90 2 135 -
CMYK 0.33 0.99 0 0.47
HSL 279.7º 0.97% 0.27% -
HSV(B) 279.7º 0.99% 0.53% -
XYZ 8.61 3.97 23.23 -
YUV 43.47 179.65 161.19 -
System Red Green Blue C M Y K H S L
Decimal 90 2 135 0.33 0.99 0 0.47 279.7 0.97 0.27
Hex 5A 2 87 21 63 0 2F 118 61 1B
Octal 132 2 207 41 143 0 57 430 141 33
Binary 1011010 10 10000111 100001 1100011 0 101111 100011000 1100001 11011

Color Harmonies of #5A0287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0287

Black with #5A0287

Text Example


Text Example

White with #5A0287

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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