Html Css Color HEX #5A028E Indigo

📋 copy color: '#5A028E'

red 90 ◦ green 2 ◦ blue 142

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

Shades of Indigo #5A028E

Tints of Indigo #5A028E

RGB

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

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

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

R = 38.46%
G = 0.85%
B = 60.68%

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

#5A028E (or 0x5A028E) is known color: Indigo. HEX triplet: 5A, 02 and 8E. RGB value is (90,2,142). Sum of RGB (Red+Green+Blue) = 90+2+142=234 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.46% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 142 (55.86% from 255 or 60.68% from 234); Max value from RGB is 142 - color contains mainly: blue. Hex color #5A028E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A028E is #A5FD71. Grayscale: #2B2B2B. Windows color (decimal): -10878322 or 9306714. OLE color: 9306714.

HSL color Cylindrical-coordinate representation of color #5A028E: hue angle of 277.71º degrees, saturation: 0.97, 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 #5A028E is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 90 2 142 -
CMYK 0.37 0.99 0 0.44
HSL 277.71º 0.97% 0.28% -
HSV(B) 277.71º 0.99% 0.56% -
XYZ 9.12 4.17 25.92 -
YUV 44.27 183.15 160.62 -
System Red Green Blue C M Y K H S L
Decimal 90 2 142 0.37 0.99 0 0.44 277.71 0.97 0.28
Hex 5A 2 8E 25 63 0 2C 116 61 1C
Octal 132 2 216 45 143 0 54 426 141 34
Binary 1011010 10 10001110 100101 1100011 0 101100 100010110 1100001 11100

Color Harmonies of #5A028E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A028E

Black with #5A028E

Text Example


Text Example

White with #5A028E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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