Html Css Color HEX #5A169F Indigo

📋 copy color: '#5A169F'

red 90 ◦ green 22 ◦ blue 159

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

Shades of Indigo #5A169F

Tints of Indigo #5A169F

RGB

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

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

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

R = 33.21%
G = 8.12%
B = 58.67%

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

#5A169F (or 0x5A169F) is known color: Indigo. HEX triplet: 5A, 16 and 9F. RGB value is (90,22,159). Sum of RGB (Red+Green+Blue) = 90+22+159=271 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.21% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 159 (62.5% from 255 or 58.67% from 271); Max value from RGB is 159 - color contains mainly: blue. Hex color #5A169F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A169F is #A5E960. Grayscale: #393939. Windows color (decimal): -10873185 or 10425946. OLE color: 10425946.

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

Color convert

RGB 90 22 159 -
CMYK 0.43 0.86 0 0.38
HSL 269.78º 0.76% 0.35% -
HSV(B) 269.78º 0.86% 0.62% -
XYZ 10.76 5.25 33.25 -
YUV 57.95 185.03 150.86 -
System Red Green Blue C M Y K H S L
Decimal 90 22 159 0.43 0.86 0 0.38 269.78 0.76 0.35
Hex 5A 16 9F 2B 56 0 26 10E 4C 23
Octal 132 26 237 53 126 0 46 416 114 43
Binary 1011010 10110 10011111 101011 1010110 0 100110 100001110 1001100 100011

Color Harmonies of #5A169F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A169F

Black with #5A169F

Text Example


Text Example

White with #5A169F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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