Html Css Color HEX #5A009E Indigo

📋 copy color: '#5A009E'

red 90 ◦ green 0 ◦ blue 158

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

Shades of Indigo #5A009E

Tints of Indigo #5A009E

RGB

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

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

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

R = 36.29%
G = 0%
B = 63.71%

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

#5A009E (or 0x5A009E) is known color: Indigo. HEX triplet: 5A, 00 and 9E. RGB value is (90,0,158). Sum of RGB (Red+Green+Blue) = 90+0+158=248 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.29% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 158 (62.11% from 255 or 63.71% from 248); Max value from RGB is 158 - color contains mainly: blue. Hex color #5A009E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A009E is #A5FF61. Grayscale: #2C2C2C. Windows color (decimal): -10878818 or 10354778. OLE color: 10354778.

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

Color convert

RGB 90 0 158 -
CMYK 0.43 1 0 0.38
HSL 274.18º 1% 0.31% -
HSV(B) 274.18º 1% 0.62% -
XYZ 10.39 4.64 32.7 -
YUV 44.92 191.82 160.15 -
System Red Green Blue C M Y K H S L
Decimal 90 0 158 0.43 1 0 0.38 274.18 1 0.31
Hex 5A 0 9E 2B 64 0 26 112 64 1F
Octal 132 0 236 53 144 0 46 422 144 37
Binary 1011010 0 10011110 101011 1100100 0 100110 100010010 1100100 11111

Color Harmonies of #5A009E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A009E

Black with #5A009E

Text Example


Text Example

White with #5A009E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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