Html Css Color HEX #5A169E Indigo

📋 copy color: '#5A169E'

red 90 ◦ green 22 ◦ blue 158

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

Shades of Indigo #5A169E

Tints of Indigo #5A169E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.15%

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

R = 33.33%
G = 8.15%
B = 58.52%

CMYK

 C value IS 0.43

 M value IS 0.86

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5A169E (or 0x5A169E) is known color: Indigo. HEX triplet: 5A, 16 and 9E. RGB value is (90,22,158). Sum of RGB (Red+Green+Blue) = 90+22+158=270 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.33% from 270); Green value is 22 (8.98% from 255 or 8.15% from 270); Blue value is 158 (62.11% from 255 or 58.52% from 270); Max value from RGB is 158 - color contains mainly: blue. Hex color #5A169E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A169E is #A5E961. Grayscale: #393939. Windows color (decimal): -10873186 or 10360410. OLE color: 10360410.

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

Color convert

RGB 90 22 158 -
CMYK 0.43 0.86 0 0.38
HSL 270º 0.76% 0.35% -
HSV(B) 270º 0.86% 0.62% -
XYZ 10.67 5.22 32.79 -
YUV 57.84 184.53 150.94 -
System Red Green Blue C M Y K H S L
Decimal 90 22 158 0.43 0.86 0 0.38 270 0.76 0.35
Hex 5A 16 9E 2B 56 0 26 10E 4C 23
Octal 132 26 236 53 126 0 46 416 114 43
Binary 1011010 10110 10011110 101011 1010110 0 100110 100001110 1001100 100011

Color Harmonies of #5A169E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A169E

Black with #5A169E

Text Example


Text Example

White with #5A169E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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