Html Css Color HEX #5A106D Indigo

📋 copy color: '#5A106D'

red 90 ◦ green 16 ◦ blue 109

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

Shades of Indigo #5A106D

Tints of Indigo #5A106D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 50.7%

R = 41.86%
G = 7.44%
B = 50.7%

CMYK

 C value IS 0.17

 M value IS 0.85

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5A106D (or 0x5A106D) is known color: Indigo. HEX triplet: 5A, 10 and 6D. RGB value is (90,16,109). Sum of RGB (Red+Green+Blue) = 90+16+109=215 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.86% from 215); Green value is 16 (6.64% from 255 or 7.44% from 215); Blue value is 109 (42.97% from 255 or 50.70% from 215); Max value from RGB is 109 - color contains mainly: blue. Hex color #5A106D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A106D is #A5EF92. Grayscale: #303030. Windows color (decimal): -10874771 or 7147610. OLE color: 7147610.

HSL color Cylindrical-coordinate representation of color #5A106D: hue angle of 287.74º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5A106D is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 90 16 109 -
CMYK 0.17 0.85 0 0.57
HSL 287.74º 0.74% 0.25% -
HSV(B) 287.74º 0.85% 0.43% -
XYZ 7.16 3.65 14.79 -
YUV 48.73 162.02 157.44 -
System Red Green Blue C M Y K H S L
Decimal 90 16 109 0.17 0.85 0 0.57 287.74 0.74 0.25
Hex 5A 10 6D 11 55 0 39 120 4A 19
Octal 132 20 155 21 125 0 71 440 112 31
Binary 1011010 10000 1101101 10001 1010101 0 111001 100100000 1001010 11001

Color Harmonies of #5A106D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A106D

Black with #5A106D

Text Example


Text Example

White with #5A106D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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