Html Css Color HEX #5A009D Indigo

📋 copy color: '#5A009D'

red 90 ◦ green 0 ◦ blue 157

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

Shades of Indigo #5A009D

Tints of Indigo #5A009D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 36.44%
G = 0%
B = 63.56%

CMYK

 C value IS 0.43

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5A009D (or 0x5A009D) is known color: Indigo. HEX triplet: 5A, 00 and 9D. RGB value is (90,0,157). Sum of RGB (Red+Green+Blue) = 90+0+157=247 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.44% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 157 (61.72% from 255 or 63.56% from 247); Max value from RGB is 157 - color contains mainly: blue. Hex color #5A009D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A009D is #A5FF62. Grayscale: #2C2C2C. Windows color (decimal): -10878819 or 10289242. OLE color: 10289242.

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

Color convert

RGB 90 0 157 -
CMYK 0.43 1 0 0.38
HSL 274.39º 1% 0.31% -
HSV(B) 274.39º 1% 0.62% -
XYZ 10.3 4.61 32.24 -
YUV 44.81 191.32 160.23 -
System Red Green Blue C M Y K H S L
Decimal 90 0 157 0.43 1 0 0.38 274.39 1 0.31
Hex 5A 0 9D 2B 64 0 26 112 64 1F
Octal 132 0 235 53 144 0 46 422 144 37
Binary 1011010 0 10011101 101011 1100100 0 100110 100010010 1100100 11111

Color Harmonies of #5A009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A009D

Black with #5A009D

Text Example


Text Example

White with #5A009D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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