Html Css Color HEX #5A107D Indigo

📋 copy color: '#5A107D'

red 90 ◦ green 16 ◦ blue 125

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

Shades of Indigo #5A107D

Tints of Indigo #5A107D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.93%

 BLUE value IS 125 (49.22% from 255) = 54.11%

R = 38.96%
G = 6.93%
B = 54.11%

CMYK

 C value IS 0.28

 M value IS 0.87

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5A107D (or 0x5A107D) is known color: Indigo. HEX triplet: 5A, 10 and 7D. RGB value is (90,16,125). Sum of RGB (Red+Green+Blue) = 90+16+125=231 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.96% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 125 (49.22% from 255 or 54.11% from 231); Max value from RGB is 125 - color contains mainly: blue. Hex color #5A107D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A107D is #A5EF82. Grayscale: #323232. Windows color (decimal): -10874755 or 8196186. OLE color: 8196186.

HSL color Cylindrical-coordinate representation of color #5A107D: hue angle of 280.73º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5A107D is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 90 16 125 -
CMYK 0.28 0.87 0 0.51
HSL 280.73º 0.77% 0.28% -
HSV(B) 280.73º 0.87% 0.49% -
XYZ 8.1 4.02 19.75 -
YUV 50.55 170.02 156.14 -
System Red Green Blue C M Y K H S L
Decimal 90 16 125 0.28 0.87 0 0.51 280.73 0.77 0.28
Hex 5A 10 7D 1C 57 0 33 119 4D 1C
Octal 132 20 175 34 127 0 63 431 115 34
Binary 1011010 10000 1111101 11100 1010111 0 110011 100011001 1001101 11100

Color Harmonies of #5A107D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A107D

Black with #5A107D

Text Example


Text Example

White with #5A107D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,16,125); }

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

background-color css

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

 a { background-color: rgb(90,16,125); }

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

border-color css

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

 span { border-color: rgb(90,16,125); }

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