Html Css Color HEX #5A029F Indigo

📋 copy color: '#5A029F'

red 90 ◦ green 2 ◦ blue 159

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

Shades of Indigo #5A029F

Tints of Indigo #5A029F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 63.35%

R = 35.86%
G = 0.8%
B = 63.35%

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

#5A029F (or 0x5A029F) is known color: Indigo. HEX triplet: 5A, 02 and 9F. RGB value is (90,2,159). Sum of RGB (Red+Green+Blue) = 90+2+159=251 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.86% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 159 (62.5% from 255 or 63.35% from 251); Max value from RGB is 159 - color contains mainly: blue. Hex color #5A029F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A029F is #A5FD60. Grayscale: #2D2D2D. Windows color (decimal): -10878305 or 10420826. OLE color: 10420826.

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

Color convert

RGB 90 2 159 -
CMYK 0.43 0.99 0 0.38
HSL 273.63º 0.98% 0.32% -
HSV(B) 273.63º 0.99% 0.62% -
XYZ 10.5 4.72 33.16 -
YUV 46.21 191.65 159.23 -
System Red Green Blue C M Y K H S L
Decimal 90 2 159 0.43 0.99 0 0.38 273.63 0.98 0.32
Hex 5A 2 9F 2B 63 0 26 112 62 20
Octal 132 2 237 53 143 0 46 422 142 40
Binary 1011010 10 10011111 101011 1100011 0 100110 100010010 1100010 100000

Color Harmonies of #5A029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A029F

Black with #5A029F

Text Example


Text Example

White with #5A029F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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