Html Css Color HEX #5A029E Indigo

📋 copy color: '#5A029E'

red 90 ◦ green 2 ◦ blue 158

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

Shades of Indigo #5A029E

Tints of Indigo #5A029E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 63.2%

R = 36%
G = 0.8%
B = 63.2%

CMYK

 C value IS 0.43

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5A029E (or 0x5A029E) is known color: Indigo. HEX triplet: 5A, 02 and 9E. RGB value is (90,2,158). Sum of RGB (Red+Green+Blue) = 90+2+158=250 (33% of max value = 765). Red value is 90 (35.55% from 255 or 36% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 158 (62.11% from 255 or 63.2% from 250); Max value from RGB is 158 - color contains mainly: blue. Hex color #5A029E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A029E is #A5FD61. Grayscale: #2D2D2D. Windows color (decimal): -10878306 or 10355290. OLE color: 10355290.

HSL color Cylindrical-coordinate representation of color #5A029E: hue angle of 273.85º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A029E is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 90 2 158 -
CMYK 0.43 0.99 0 0.38
HSL 273.85º 0.98% 0.31% -
HSV(B) 273.85º 0.99% 0.62% -
XYZ 10.41 4.69 32.7 -
YUV 46.1 191.15 159.32 -
System Red Green Blue C M Y K H S L
Decimal 90 2 158 0.43 0.99 0 0.38 273.85 0.98 0.31
Hex 5A 2 9E 2B 63 0 26 112 62 1F
Octal 132 2 236 53 143 0 46 422 142 37
Binary 1011010 10 10011110 101011 1100011 0 100110 100010010 1100010 11111

Color Harmonies of #5A029E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A029E

Black with #5A029E

Text Example


Text Example

White with #5A029E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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