Html Css Color HEX #5A1285 Indigo

📋 copy color: '#5A1285'

red 90 ◦ green 18 ◦ blue 133

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

Shades of Indigo #5A1285

Tints of Indigo #5A1285

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.47%

 BLUE value IS 133 (52.34% from 255) = 55.19%

R = 37.34%
G = 7.47%
B = 55.19%

CMYK

 C value IS 0.32

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5A1285 (or 0x5A1285) is known color: Indigo. HEX triplet: 5A, 12 and 85. RGB value is (90,18,133). Sum of RGB (Red+Green+Blue) = 90+18+133=241 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.34% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 133 (52.34% from 255 or 55.19% from 241); Max value from RGB is 133 - color contains mainly: blue. Hex color #5A1285 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A1285 is #A5ED7A. Grayscale: #343434. Windows color (decimal): -10874235 or 8720986. OLE color: 8720986.

HSL color Cylindrical-coordinate representation of color #5A1285: hue angle of 277.57º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A1285 is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 90 18 133 -
CMYK 0.32 0.86 0 0.48
HSL 277.57º 0.76% 0.3% -
HSV(B) 277.57º 0.86% 0.52% -
XYZ 8.67 4.3 22.56 -
YUV 52.64 173.35 154.65 -
System Red Green Blue C M Y K H S L
Decimal 90 18 133 0.32 0.86 0 0.48 277.57 0.76 0.3
Hex 5A 12 85 20 56 0 30 116 4C 1E
Octal 132 22 205 40 126 0 60 426 114 36
Binary 1011010 10010 10000101 100000 1010110 0 110000 100010110 1001100 11110

Color Harmonies of #5A1285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1285

Black with #5A1285

Text Example


Text Example

White with #5A1285

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,18,133); }

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

background-color css

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

 a { background-color: rgb(90,18,133); }

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

border-color css

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

 span { border-color: rgb(90,18,133); }

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