Html Css Color HEX #5A106B Indigo

📋 copy color: '#5A106B'

red 90 ◦ green 16 ◦ blue 107

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

Shades of Indigo #5A106B

Tints of Indigo #5A106B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 50.23%

R = 42.25%
G = 7.51%
B = 50.23%

CMYK

 C value IS 0.16

 M value IS 0.85

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#5A106B (or 0x5A106B) is known color: Indigo. HEX triplet: 5A, 10 and 6B. RGB value is (90,16,107). Sum of RGB (Red+Green+Blue) = 90+16+107=213 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.25% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 107 (42.19% from 255 or 50.23% from 213); Max value from RGB is 107 - color contains mainly: blue. Hex color #5A106B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A106B is #A5EF94. Grayscale: #303030. Windows color (decimal): -10874773 or 7016538. OLE color: 7016538.

HSL color Cylindrical-coordinate representation of color #5A106B: hue angle of 288.79º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5A106B is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 90 16 107 -
CMYK 0.16 0.85 0 0.58
HSL 288.79º 0.74% 0.24% -
HSV(B) 288.79º 0.85% 0.42% -
XYZ 7.06 3.61 14.23 -
YUV 48.5 161.02 157.6 -
System Red Green Blue C M Y K H S L
Decimal 90 16 107 0.16 0.85 0 0.58 288.79 0.74 0.24
Hex 5A 10 6B 10 55 0 3A 121 4A 18
Octal 132 20 153 20 125 0 72 441 112 30
Binary 1011010 10000 1101011 10000 1010101 0 111010 100100001 1001010 11000

Color Harmonies of #5A106B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A106B

Black with #5A106B

Text Example


Text Example

White with #5A106B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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