Html Css Color HEX #5A029D Indigo

📋 copy color: '#5A029D'

red 90 ◦ green 2 ◦ blue 157

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

Shades of Indigo #5A029D

Tints of Indigo #5A029D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 63.05%

R = 36.14%
G = 0.8%
B = 63.05%

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

#5A029D (or 0x5A029D) is known color: Indigo. HEX triplet: 5A, 02 and 9D. RGB value is (90,2,157). Sum of RGB (Red+Green+Blue) = 90+2+157=249 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.14% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 157 (61.72% from 255 or 63.05% from 249); Max value from RGB is 157 - color contains mainly: blue. Hex color #5A029D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A029D is #A5FD62. Grayscale: #2D2D2D. Windows color (decimal): -10878307 or 10289754. OLE color: 10289754.

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

Color convert

RGB 90 2 157 -
CMYK 0.43 0.99 0 0.38
HSL 274.06º 0.97% 0.31% -
HSV(B) 274.06º 0.99% 0.62% -
XYZ 10.32 4.65 32.25 -
YUV 45.98 190.65 159.4 -
System Red Green Blue C M Y K H S L
Decimal 90 2 157 0.43 0.99 0 0.38 274.06 0.97 0.31
Hex 5A 2 9D 2B 63 0 26 112 61 1F
Octal 132 2 235 53 143 0 46 422 141 37
Binary 1011010 10 10011101 101011 1100011 0 100110 100010010 1100001 11111

Color Harmonies of #5A029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A029D

Black with #5A029D

Text Example


Text Example

White with #5A029D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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