Html Css Color HEX #5A018E Indigo

📋 copy color: '#5A018E'

red 90 ◦ green 1 ◦ blue 142

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

Shades of Indigo #5A018E

Tints of Indigo #5A018E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

 BLUE value IS 142 (55.86% from 255) = 60.94%

R = 38.63%
G = 0.43%
B = 60.94%

CMYK

 C value IS 0.37

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5A018E (or 0x5A018E) is known color: Indigo. HEX triplet: 5A, 01 and 8E. RGB value is (90,1,142). Sum of RGB (Red+Green+Blue) = 90+1+142=233 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.63% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 142 (55.86% from 255 or 60.94% from 233); Max value from RGB is 142 - color contains mainly: blue. Hex color #5A018E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A018E is #A5FE71. Grayscale: #2B2B2B. Windows color (decimal): -10878578 or 9306458. OLE color: 9306458.

HSL color Cylindrical-coordinate representation of color #5A018E: hue angle of 277.87º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A018E is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 90 1 142 -
CMYK 0.37 0.99 0 0.44
HSL 277.87º 0.99% 0.28% -
HSV(B) 277.87º 0.99% 0.56% -
XYZ 9.11 4.15 25.91 -
YUV 43.69 183.49 161.04 -
System Red Green Blue C M Y K H S L
Decimal 90 1 142 0.37 0.99 0 0.44 277.87 0.99 0.28
Hex 5A 1 8E 25 63 0 2C 116 63 1C
Octal 132 1 216 45 143 0 54 426 143 34
Binary 1011010 1 10001110 100101 1100011 0 101100 100010110 1100011 11100

Color Harmonies of #5A018E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A018E

Black with #5A018E

Text Example


Text Example

White with #5A018E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,1,142); }

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

background-color css

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

 a { background-color: rgb(90,1,142); }

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

border-color css

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

 span { border-color: rgb(90,1,142); }

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