Html Css Color HEX #5A167A Indigo

📋 copy color: '#5A167A'

red 90 ◦ green 22 ◦ blue 122

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

Shades of Indigo #5A167A

Tints of Indigo #5A167A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 52.14%

R = 38.46%
G = 9.4%
B = 52.14%

CMYK

 C value IS 0.26

 M value IS 0.82

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#5A167A (or 0x5A167A) is known color: Indigo. HEX triplet: 5A, 16 and 7A. RGB value is (90,22,122). Sum of RGB (Red+Green+Blue) = 90+22+122=234 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.46% from 234); Green value is 22 (8.98% from 255 or 9.40% from 234); Blue value is 122 (48.05% from 255 or 52.14% from 234); Max value from RGB is 122 - color contains mainly: blue. Hex color #5A167A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A167A is #A5E985. Grayscale: #353535. Windows color (decimal): -10873222 or 8001114. OLE color: 8001114.

HSL color Cylindrical-coordinate representation of color #5A167A: hue angle of 280.8º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5A167A is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 90 22 122 -
CMYK 0.26 0.82 0 0.52
HSL 280.8º 0.69% 0.28% -
HSV(B) 280.8º 0.82% 0.48% -
XYZ 8.02 4.15 18.79 -
YUV 53.73 166.53 153.87 -
System Red Green Blue C M Y K H S L
Decimal 90 22 122 0.26 0.82 0 0.52 280.8 0.69 0.28
Hex 5A 16 7A 1A 52 0 34 119 45 1C
Octal 132 26 172 32 122 0 64 431 105 34
Binary 1011010 10110 1111010 11010 1010010 0 110100 100011001 1000101 11100

Color Harmonies of #5A167A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A167A

Black with #5A167A

Text Example


Text Example

White with #5A167A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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